summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-05 22:37:54 +0000
committerobrien <obrien@FreeBSD.org>1999-04-05 22:37:54 +0000
commitf882950e9c335f86dcdeb14c3764dba78d46bcc0 (patch)
tree9dbd80e2258e60c0eb55b9f73a691b664bae90f6 /Makefile.inc1
parent93aa08a493cca3a1911a7856a755dea83a85edf5 (diff)
downloadFreeBSD-src-f882950e9c335f86dcdeb14c3764dba78d46bcc0.zip
FreeBSD-src-f882950e9c335f86dcdeb14c3764dba78d46bcc0.tar.gz
Clean up "lib-tools:", folding libgcc into the rest.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc115
1 files changed, 3 insertions, 12 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 08da998..dc64022 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.70 1999/04/03 23:46:18 obrien Exp $
+# $Id: Makefile.inc1,v 1.71 1999/04/04 21:35:27 obrien Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -600,17 +600,8 @@ lib-tools:
usr.bin/tsort \
${_aout_as} \
gnu/usr.bin/bison \
- gnu/usr.bin/cc
- cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
- ${MAKE} ${MK_FLAGS} all; \
- ${MAKE} ${MK_FLAGS} -B install; \
- ${MAKE} ${MK_FLAGS:S/-DNOPIC//} -B ${CLEANDIR} ${OBJDIR}
-.endfor
- cd ${.CURDIR}/gnu/lib/libgcc; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
- ${MAKE} ${MK_FLAGS} all; \
- ${MAKE} ${MK_FLAGS} -B install; \
- ${MAKE} ${MK_FLAGS:S/-DNOPIC//} -B ${CLEANDIR} ${OBJDIR}
-.for d in \
+ gnu/usr.bin/cc \
+ gnu/lib/libgcc \
${_aout_ar} \
usr.bin/env \
usr.bin/lex/lib \
OpenPOWER on IntegriCloud