mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 06:52:45 +00:00
Changed "tools" to "build-tools".
Suggested by: Peter Wemm
This commit is contained in:
parent
05bbe72676
commit
2e10cdcd82
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11806
6
Makefile
6
Makefile
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.63 1995/10/24 08:37:28 phk Exp $
|
# $Id: Makefile,v 1.64 1995/10/24 18:51:08 nate Exp $
|
||||||
#
|
#
|
||||||
# Make command line options:
|
# Make command line options:
|
||||||
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
|
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
|
||||||
@ -92,7 +92,7 @@ CLEANDIR= clean
|
|||||||
CLEANDIR= cleandir
|
CLEANDIR= cleandir
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
world: hierarchy mk cleandist includes lib-tools libraries tools
|
world: hierarchy mk cleandist includes lib-tools libraries build-tools
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@echo " Rebuilding ${DESTDIR} The whole thing"
|
@echo " Rebuilding ${DESTDIR} The whole thing"
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@ -306,7 +306,7 @@ libraries:
|
|||||||
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
|
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
tools:
|
build-tools:
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@echo " Rebuilding ${DESTDIR} C compiler, make, symorder and zic(8)"
|
@echo " Rebuilding ${DESTDIR} C compiler, make, symorder and zic(8)"
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user