Fix typo in rev 1.2 "-DNOINFOall" should be "-DNOINFO all"

This commit is contained in:
Peter Wemm 2004-09-15 23:01:28 +00:00
parent 08dbd671ff
commit 1a3cfcce6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135281

View file

@ -60,7 +60,7 @@ make -s -DNO_BIND -DNOMAN -DNODOC -DNOINFO -k libraries
# an alternate install directory.
unset CC
export CC="cc -I/tmp/i386/root/usr/include/gnu $CCARGS"
(cd gnu/lib/libregex; make -k -DNOMAN -DNODOC -DNOINFOall install)
(cd gnu/lib/libregex; make -k -DNOMAN -DNODOC -DNOINFO all install)
# and now that we have enough libraries, build ld-elf32.so.1
cd libexec/rtld-elf