summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-09 20:36:42 +0000
committerobrien <obrien@FreeBSD.org>2002-05-09 20:36:42 +0000
commite5218e60ea3b6d66436c9c4bab1466bc2ed86e8b (patch)
tree0f8e16b1dcf626b9f169c27f1ffc476f73d7d3f7 /Makefile.inc1
parente8779e48c0000e7e951bf613f3427e368ba7763a (diff)
downloadFreeBSD-src-e5218e60ea3b6d66436c9c4bab1466bc2ed86e8b.zip
FreeBSD-src-e5218e60ea3b6d66436c9c4bab1466bc2ed86e8b.tar.gz
`beforeinstall' w/the csu bits is a nop.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 719e637..6e60946 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -666,7 +666,6 @@ hierarchy:
includes:
cd ${.CURDIR}/include; ${MAKE} -B all install
cd ${.CURDIR}/gnu/include; ${MAKE} install
- cd ${.CURDIR}/gnu/lib/csu; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libreadline/readline; ${MAKE} beforeinstall
@@ -698,9 +697,6 @@ includes:
.else
cd ${.CURDIR}/lib/libtelnet; ${MAKE} beforeinstall
.endif
-.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH})
- cd ${.CURDIR}/lib/csu/${MACHINE_ARCH}; ${MAKE} beforeinstall
-.endif
cd ${.CURDIR}/lib/libalias; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libatm; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libc; ${MAKE} beforeinstall
OpenPOWER on IntegriCloud