NOFSCHG -> NO_FSCHG

This commit is contained in:
Ruslan Ermilov 2004-12-21 09:53:14 +00:00
parent 2c74b2cb07
commit 00fbd40770
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139111
5 changed files with 5 additions and 4 deletions

View File

@ -364,7 +364,7 @@ _libraries:
@echo ">>> stage 4.2: building libraries"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; \
${WMAKE} -DNOFSCHG -DNOHTML -DNO_INFO -DNO_LINT -DNO_MAN -DNO_PROFILE \
${WMAKE} -DNO_FSCHG -DNOHTML -DNO_INFO -DNO_LINT -DNO_MAN -DNO_PROFILE \
libraries
_depend:
@echo

View File

@ -182,7 +182,7 @@ create_includes_and_libraries() {
BINOWN=`id -un` BINGRP=`id -gn` \
DESTDIR=${l_usrtree}/.. \
make -m ${SRC}/share/mk \
-DNOHTML -DNO_INFO -DNO_MAN -DNOSHARE -DNOFSCHG "
-DNOHTML -DNO_INFO -DNO_MAN -DNOSHARE -DNO_FSCHG "
log "do a 'make obj' in a few places."
# This is very version-specific... The following works for 5.0
for i in lib secure/lib gnu/lib usr.sbin/pcvt/keycap \

View File

@ -5,6 +5,7 @@
NOATM:NO_ATM \
NODOCCOMPRESS:NO_DOCCOMPRESS \
NOEXTRADEPEND:NO_EXTRADEPEND \
NOFSCHG:NO_FSCHG \
NOINFO:NO_INFO \
NOINFOCOMPRESS:NO_INFOCOMPRESS \
NOINSTALLLIB:NO_INSTALLLIB \

View File

@ -188,7 +188,7 @@ _EXTRADEPEND:
.if !target(install)
.if defined(PRECIOUSLIB)
.if !defined(NOFSCHG)
.if !defined(NO_FSCHG)
SHLINSTALLFLAGS+= -fschg
.endif
SHLINSTALLFLAGS+= -S

View File

@ -116,7 +116,7 @@ _EXTRADEPEND:
.if !target(install)
.if defined(PRECIOUSPROG)
.if !defined(NOFSCHG)
.if !defined(NO_FSCHG)
INSTALLFLAGS+= -fschg
.endif
INSTALLFLAGS+= -S