Reverse the way $PATH is extended, so if the person building that area
has /usr/games in its $PATH, where /usr/games/strfile doesn't grok an option that the newly built one inside /usr/obj would grok, the build process would be able to complete.
This commit is contained in:
parent
55f2c40541
commit
117e008ac0
@ -33,7 +33,7 @@ beforeinstall:
|
||||
|
||||
.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
|
||||
$f.dat: $f
|
||||
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
|
||||
PATH=/usr/games:${.OBJDIR}/../strfile:$$PATH \
|
||||
strfile -Crs ${.ALLSRC} ${.TARGET}
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user