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.
This commit is contained in:
Marcel Moolenaar 1999-12-09 10:45:09 +00:00
parent 15f3c66cd2
commit db10927bf0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54352

View File

@ -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