mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
Add a hint that a make world is done so people don't think that the last
command (makewhatis) is running forver. :)
This commit is contained in:
parent
cd55bf5130
commit
0b802df847
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14545
3
Makefile
3
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.75 1996/02/11 08:58:01 markm Exp $
|
||||
# $Id: Makefile,v 1.76 1996/02/17 14:23:25 peter Exp $
|
||||
#
|
||||
# Make command line options:
|
||||
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
|
||||
@ -107,6 +107,7 @@ world: hierarchy mk $(WORLD_CLEANDIST) include-tools includes lib-tools librarie
|
||||
@echo
|
||||
${MAKE} depend all install
|
||||
cd ${.CURDIR}/share/man && ${MAKE} makedb
|
||||
@echo "make world completed on `date`"
|
||||
|
||||
reinstall: hierarchy mk includes
|
||||
@echo "--------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user