Very long SRCS list with unusually long src/ prefix
    M. Warner Losh 
    imp at bsdimp.com
       
    Thu Feb  5 20:43:50 PST 2004
    
    
  
In message: <20040206030956.F11456 at gamplex.bde.org>
            Bruce Evans <bde at zeta.org.au> writes:
: > > % +	(cd ${.CURDIR}; ${MAKE} _mkdep_cS) | xargs env \
: > > % +	    ${MKDEPCMD} -f ${DEPENDFILE} -a ${MKDEP} \
: > > % +	    ${CFLAGS:M-nostdinc*} ${CFLAGS:M-[BID]*}
: > >
: > > make uses a real shell, so the env shouldn't be needed.
: > >
: > $ echo foo.c | xargs CC=cc mkdep
: > xargs: CC=cc: No such file or directory
: 
: $ echo foo.c | CC=cc xargs mkdep
But MKDEPCMD is 'CC=cc mkdep', so the env is needed...  Unless there's
a MKDEPCMD_ENV variable...
Warner
    
    
More information about the freebsd-current
mailing list