YAMT (yet another missing target). It's a shame that these have to
be visible to the user. Maybe `make release' should call the backend directly.
This commit is contained in:
parent
f8b9e87456
commit
f745b89a3e
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.212 1998/09/01 05:53:00 jb Exp $
|
||||
# $Id: Makefile,v 1.213 1998/09/04 09:19:19 jb Exp $
|
||||
#
|
||||
# The user-driven targets are:
|
||||
#
|
||||
@ -92,7 +92,7 @@
|
||||
#
|
||||
TGTS = all buildworld clean cleandepend cleanobj depend distribute \
|
||||
everything includes installmost install installworld most obj \
|
||||
update world
|
||||
update world afterdistribute
|
||||
|
||||
#
|
||||
# Handle the user-driven targets, using the source relative mk files.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile.inc0,v 1.2 1998/09/01 06:02:00 jb Exp $
|
||||
# $Id: Makefile.inc0,v 1.3 1998/09/04 09:19:19 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
|
||||
@ -30,7 +30,7 @@ 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
|
||||
installmost install most obj update afterdistribute
|
||||
|
||||
#
|
||||
# A generic rule for the backend targets.
|
||||
|
Loading…
Reference in New Issue
Block a user