mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52793
@ -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