summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-09 10:45:09 +0000
committermarcel <marcel@FreeBSD.org>1999-12-09 10:45:09 +0000
commit72c3a2147b33f128730b05def2ba44cd0c0397c9 (patch)
tree4b61d3f00b3eb109b5015881270c466f29368107 /Makefile.inc1
parent78dcb3a4bcf2f27f6bb93edb5bf282b8943fed56 (diff)
downloadFreeBSD-src-72c3a2147b33f128730b05def2ba44cd0c0397c9.zip
FreeBSD-src-72c3a2147b33f128730b05def2ba44cd0c0397c9.tar.gz
o Add usr/lib/compat/aout to the temp world. This is needed by release.
o If you can't beat them, join them: use symlinks to populate the obj tree. This avoids using mtree.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 9eda156..d85ee49 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -152,7 +152,7 @@ IXMAKE= ${XMAKEENV} ${MAKE}
# Attempt to rebuild the entire system, with reasonable chance of
# success, regardless of how old your existing system is.
#
-USRDIRS= usr/bin usr/lib/compat usr/games usr/libdata/ldscripts \
+USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
usr/libexec/${OBJFORMAT} usr/share/misc
INCDIRS= arpa cam/scsi g++/std isofs/cd9660 machine msdosfs net \
@@ -362,7 +362,7 @@ hierarchy:
# includes - possibly generate and install the include files.
#
includes:
- cd ${.CURDIR}/include; ${MAKE} -B all install
+ cd ${.CURDIR}/include; ${MAKE} SHARED=symlinks -B all install
cd ${.CURDIR}/gnu/include; ${MAKE} install
cd ${.CURDIR}/gnu/lib/libmp; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
OpenPOWER on IntegriCloud