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:
parent
15f3c66cd2
commit
db10927bf0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user