Don't include newvers.sh into freebsd-version.

This commit is contained in:
Hajimu UMEMOTO 2015-01-22 17:13:43 +00:00
parent d01641e2c1
commit f79998c8fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277531

View File

@ -11,7 +11,7 @@ freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS}
s/@@TYPE@@/$${TYPE}/g; \
s/@@REVISION@@/$${REVISION}/g; \
s/@@BRANCH@@/$${BRANCH}/g; \
" ${.ALLSRC} >${.TARGET} ; then \
" ${.CURDIR}/freebsd-version.sh.in >${.TARGET} ; then \
rm -f ${.TARGET} ; \
exit 1 ; \
fi