Notice the -C flag got dropped when I reverted to version 1.15, and put it
back.
This commit is contained in:
parent
806338b15d
commit
6061100fb8
@ -34,12 +34,12 @@ beforeinstall:
|
||||
.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
|
||||
$f.dat: $f
|
||||
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
|
||||
strfile -rs ${.ALLSRC} ${.TARGET}
|
||||
strfile -Crs ${.ALLSRC} ${.TARGET}
|
||||
.endfor
|
||||
|
||||
fortunes-o.dat: fortunes-o
|
||||
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
|
||||
strfile -rsx ${.ALLSRC} ${.TARGET}
|
||||
strfile -Crsx ${.ALLSRC} ${.TARGET}
|
||||
|
||||
fortunes-o: fortunes-o.${TYPE}
|
||||
PATH=$$PATH:/usr/games:${.OBJDIR}/../../caesar \
|
||||
|
Loading…
Reference in New Issue
Block a user