Clean up "lib-tools:", folding libgcc into the rest.

This commit is contained in:
David E. O'Brien 1999-04-05 22:37:54 +00:00
parent 5945a079eb
commit 5999400ea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45352

View File

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