summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-10-04 18:53:38 +0000
committerru <ru@FreeBSD.org>2003-10-04 18:53:38 +0000
commit0f6892a7db8fbd494d563be9a95c9f878f459ff3 (patch)
tree2bb31e63c4b826832d92ac67ff7205624e9ddd18 /Makefile.inc1
parentbd85d420ce92d5ed817643c926459e930a7025d2 (diff)
downloadFreeBSD-src-0f6892a7db8fbd494d563be9a95c9f878f459ff3.zip
FreeBSD-src-0f6892a7db8fbd494d563be9a95c9f878f459ff3.tar.gz
Retired the "most" and "installmost" targets -- they just
do not have a chance to work nowadays as we have a lot of internal libraries in lib/. Discussed with: marcel, wollman
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc129
1 files changed, 0 insertions, 29 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 44758b1..767ac17 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -27,8 +27,6 @@
# buildworld - rebuild *everything*, including glue to help do upgrades
# installworld- install everything built by "buildworld"
# update - convenient way to update your source tree (eg: sup/cvs)
-# most - build user commands, no libraries or include files
-# installmost - install user commands, no libraries or include files
#
# Standard targets (not defined here) are documented in the makefiles in
# /usr/share/mk. These include:
@@ -596,33 +594,6 @@ update:
.endif
#
-# most
-#
-# Build most of the user binaries on the existing system libs and includes.
-#
-most:
- @echo "--------------------------------------------------------------"
- @echo ">>> Building programs only"
- @echo "--------------------------------------------------------------"
-.for _dir in bin sbin libexec usr.bin usr.sbin gnu/usr.bin gnu/usr.sbin
- cd ${.CURDIR}/${_dir}; ${MAKE} DIRPRFX=${_dir}/ all
-.endfor
-
-#
-# installmost
-#
-# Install the binaries built by the 'most' target. This does not include
-# libraries or include files.
-#
-installmost:
- @echo "--------------------------------------------------------------"
- @echo ">>> Installing programs only"
- @echo "--------------------------------------------------------------"
-.for _dir in bin sbin libexec usr.bin usr.sbin gnu/usr.bin gnu/usr.sbin
- cd ${.CURDIR}/${_dir}; ${MAKE} DIRPRFX=${_dir}/ install
-.endfor
-
-#
# ------------------------------------------------------------------------
#
# From here onwards are utility targets used by the 'make world' and
OpenPOWER on IntegriCloud