summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-06 10:06:36 +0000
committerbde <bde@FreeBSD.org>1999-01-06 10:06:36 +0000
commit34694f75a3f39eab0492a6cb7cfff8e23a76f4ec (patch)
treeec6d2375fc7440cfcee6a748eafaf0cd371d689e /Makefile.inc1
parentcfa7b9f775d598093947c8a98026cdc72e969260 (diff)
downloadFreeBSD-src-34694f75a3f39eab0492a6cb7cfff8e23a76f4ec.zip
FreeBSD-src-34694f75a3f39eab0492a6cb7cfff8e23a76f4ec.tar.gz
Removed the weak spam of ${DESTDIR}/usr/include in the bootstrap
target (see the previous log message). This works for bootstrapping from 2.2.7. It won't work for bootstrapping from 2.1.x, but that fails due to include problems earlier.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc121
1 files changed, 1 insertions, 20 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d0b1775..7c50b4c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.54 1999/01/01 08:45:43 peter Exp $
+# $Id: Makefile.inc1,v 1.55 1999/01/04 12:05:59 bde Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -468,22 +468,6 @@ hierarchy:
# for the dependency information to be gathered from.
#
bootstrap:
-.if defined(DESTDIR)
- rm -f ${DESTDIR}/usr/src/sys
- ln -s ${.CURDIR}/sys ${DESTDIR}/usr/src
- cd ${.CURDIR}/include; find -dx . | cpio -dump ${DESTDIR}/usr/include
-.for d in net netatm netinet posix4 sys vm machine
- if [ -h ${DESTDIR}/usr/include/$d ]; then \
- rm -f ${DESTDIR}/usr/include/$d ; \
- fi
-.endfor
- cd ${.CURDIR}/sys; \
- find -dx net netatm netinet posix4 sys vm -name '*.h' -o -type d | \
- cpio -dump ${DESTDIR}/usr/include
- mkdir -p ${DESTDIR}/usr/include/machine
- cd ${.CURDIR}/sys/${MACHINE_ARCH}/include; find -dx . -name '*.h' -o -type d | \
- cpio -dump ${DESTDIR}/usr/include/machine
-.endif
cd ${.CURDIR}/usr.bin/make; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
@@ -501,9 +485,6 @@ bootstrap:
cd ${.CURDIR}/usr.sbin/mtree; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
-.if defined(DESTDIR)
- cd ${.CURDIR}/include && ${MAKE} copies
-.endif
#
# include-tools - generally the same as 'bootstrap', except that it's for
OpenPOWER on IntegriCloud