Revive hierarchy target

This commit is contained in:
Andrey A. Chernov 1998-09-07 18:10:26 +00:00
parent e0b8e0b8f2
commit dac1e6e6ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38916
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.213 1998/09/04 09:19:19 jb Exp $
# $Id: Makefile,v 1.214 1998/09/04 21:19:37 jb Exp $
#
# The user-driven targets are:
#
@ -91,8 +91,8 @@
# order, but that's not important.
#
TGTS = all buildworld clean cleandepend cleanobj depend distribute \
everything includes installmost install installworld most obj \
update world afterdistribute
everything hierarchy includes installmost install installworld \
most obj update world afterdistribute
#
# Handle the user-driven targets, using the source relative mk files.

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc0,v 1.3 1998/09/04 09:19:19 jb Exp $
# $Id: Makefile.inc0,v 1.4 1998/09/04 21:19:37 jb Exp $
#
# This makefile ensures that the object directory is set according to the
# object format to avoid mixing aout and elf formatted files during the
@ -29,8 +29,9 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
#
# These are the backend targets.
#
BKTGTS= all clean cleandepend cleanobj depend distribute everything includes \
installmost install most obj update afterdistribute
BKTGTS= all clean cleandepend cleanobj depend distribute everything \
hierarchy includes installmost install most obj update \
afterdistribute
#
# A generic rule for the backend targets.