summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:33:47 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:33:47 +0000
commit74176cc1618932a3f20bb4d6cd287faf3fb63332 (patch)
treedcfb6380484a67e96d7ddeee0502d82b9078ed14 /release/picobsd
parent3b01b845055a6c3374f14bc8997be5a5d299cd8c (diff)
downloadFreeBSD-src-74176cc1618932a3f20bb4d6cd287faf3fb63332.zip
FreeBSD-src-74176cc1618932a3f20bb4d6cd287faf3fb63332.tar.gz
NODOCCOMPRESS -> NO_DOCCOMPRESS
NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
Diffstat (limited to 'release/picobsd')
-rwxr-xr-xrelease/picobsd/build/picobsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd
index b5e6054..5467c42 100755
--- a/release/picobsd/build/picobsd
+++ b/release/picobsd/build/picobsd
@@ -154,7 +154,7 @@ create_includes_and_libraries2() {
MAKEOBJDIRPREFIX=${l_objtree}
export MAKEOBJDIRPREFIX
( cd ${SRC};
- make -DNOCLEAN -DNOPROFILE -DNOGAMES -DNO_LIBC_R -DPICOBSD buildworld
+ make -DNOCLEAN -DNO_PROFILE -DNOGAMES -DNO_LIBC_R -DPICOBSD buildworld
)
}
@@ -182,7 +182,7 @@ create_includes_and_libraries() {
BINOWN=`id -un` BINGRP=`id -gn` \
DESTDIR=${l_usrtree}/.. \
make -m ${SRC}/share/mk \
- -DNOHTML -DNOINFO -DNO_MAN -DNOSHARE -DNOFSCHG "
+ -DNOHTML -DNO_INFO -DNO_MAN -DNOSHARE -DNOFSCHG "
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 \
@@ -190,7 +190,7 @@ create_includes_and_libraries() {
(cd ${i}; eval $e obj)
done
log "now make the static libraries"
- eval $e -DNOPROFILE -DNOPIC libraries
+ eval $e -DNO_PROFILE -DNO_PIC libraries
(cd ${SRC}/usr.sbin/config
eval $e # build binary
eval $e install # install it
OpenPOWER on IntegriCloud