2010/6/15 Dag-Erling Smørgrav <[email protected]>: > Alexander Best <[email protected]> writes: >> Dag-Erling Smørgrav <[email protected]> writes: >> > The problem is that "/usr/src/" is not a prefix of "/usr/src". >> ah i see. would something like >> >> empty(.CURDIR:M/usr/src*) instead of empty(.aCURDIR:M/usr/src/*) work? > > I think so. My hypothesis is that CC, CXX etc. were set in the > top-level Makefile and inherited by sub-makes.
indeed it worked. :) thanks a bunch. however it seems that CC/CXX/CPP have to be set in make.conf. setting them in src.conf breaks buildworld. maybe this should go into src.conf(5)? > > DES > -- > Dag-Erling Smørgrav - [email protected] > -- Alexander Best _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
