Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 17:34:27 -1000 (HST)
From:      Jeff Roberson <jroberson@jroberson.net>
To:        arch@freebsd.org
Subject:   Change to config(8) for OFED
Message-ID:  <alpine.BSF.2.00.1006111611380.1435@desktop>

next in thread | raw e-mail | index | archive | help
Hi Folks,

I have a patch to permit compilation of files brought in from linux that 
use the same name in multiple directories.  I added a new directive called 
'obj-prefix' which expects a quoted string that will be prepended to the 
object file name.  The problem is that this breaks ${.IMPSRC}

I could also emit the source file name for those rules which are created 
with prefixes and then require each file that uses a prefix to also use 
compile-with.  This wouldn't be so bad since they likely are already using 
compile-with anyway.

Any other suggestions?  Can I override IMPSRC?

Thanks,
Jeff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1006111611380.1435>