cvs commit: src/share/mk bsd.port.mk
Chris Pressey
cpressey at crater.dragonflybsd.org
Sun May 9 21:47:01 PDT 2004
cpressey 2004/05/09 21:46:01 PDT
DragonFly src repository
Modified files:
share/mk bsd.port.mk
Log:
Fix a bug in bsd.port.mk that was causing 'make clean' to fail in some
ports directories with mysterious symptoms like 'cd: can't cd to &&'.
The problem was that the text of the DragonFly port override warning
message was mistakenly being injected into the output of the
'*-depends-list' targets. Although the message was being explicitly
filtered out if the target was 'all-depends-list', the targets
'build-depends-list' and 'run-depends-list', exercised indirectly by
'make clean', still allowed it to slip through.
Encountered-by: walt <wa1ter at xxxxxxxxxxxxx> and others
Detective-work-by: walt <wa1ter at xxxxxxxxxxxxx>
Patch-written-by: cpressey
Approved-by: dillon
Revision Changes Path
1.14 +2 -1 src/share/mk/bsd.port.mk
http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.port.mk.diff?r1=1.13&r2=1.14&f=h
More information about the Commits
mailing list