Restored all lost user targets that are supported by bsd.subdir.mk:

checkdpadd, lint, maninstall, objlink, regress and tags.

Removed bogus user target cleanobj.  It is the non-recursive base of
the cleandir target, so it is not useful (or usable) here.
This commit is contained in:
Bruce Evans 1998-10-17 15:25:26 +00:00
parent 234e2f5964
commit 45e5f8f92e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40495
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.219 1998/09/28 20:39:23 jb Exp $
# $Id: Makefile,v 1.220 1998/09/29 22:03:12 jkh Exp $
#
# The user-driven targets are:
#
@ -92,9 +92,10 @@
# Define the user-driven targets. These are listed here in alphabetical
# order, but that's not important.
#
TGTS = afterdistribute all buildworld clean cleandepend cleandir cleanobj \
depend distribute everything hierarchy includes installmost install \
installworld mk most obj rerelease update world
TGTS = afterdistribute all buildworld checkdpadd clean cleandepend cleandir \
depend distribute everything hierarchy includes install installmost \
installworld lint maninstall mk most obj objlink regress rerelease \
tags update world
#
# Handle the user-driven targets, using the source relative mk files.

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc0,v 1.9 1998/09/28 20:41:31 jb Exp $
# $Id: Makefile.inc0,v 1.10 1998/09/29 22:03:13 jkh 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,9 +29,10 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
#
# These are the backend targets.
#
BKTGTS= afterdistribute all clean cleandepend cleandir cleanobj depend \
distribute everything hierarchy includes installmost install mk \
most obj rerelease update
BKTGTS= afterdistribute all checkdpadd clean cleandepend cleandir \
depend distribute everything hierarchy includes install installmost \
lint maninstall mk most obj objlink regress rerelease \
tags update
#
# A generic rule for the backend targets.