Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since it

breaks the cross-compilation case, but I'm not the one doing it.
$$PATH *will* have a new strfile in /usr/bin built at build-tools
time, unless you defined NOTOOLS.

If you defined NOTOOLS and it breaks for you, don't do that.

If you did not define NOTOOLS but things are not working, the error is
elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and
revision 1.14 of this file.
This commit is contained in:
Daniel C. Sobral 1999-11-04 04:29:16 +00:00
parent 49435560cc
commit 93548d79ba

View File

@ -33,7 +33,7 @@ beforeinstall:
.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
$f.dat: $f
PATH=/usr/games:${.OBJDIR}/../strfile:$$PATH \
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
strfile -Crs ${.ALLSRC} ${.TARGET}
.endfor