summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2007-05-16 08:46:35 +0000
committerdes <des@FreeBSD.org>2007-05-16 08:46:35 +0000
commit5e9f952e4cedd35d70d3caf2479c25155942b9a0 (patch)
tree6c89f25b7cd1f7e4e7435977a1bc8d4da52f1266 /Makefile
parentecc6a3b70f03683754003be0729d04cdf38859e2 (diff)
downloadFreeBSD-src-5e9f952e4cedd35d70d3caf2479c25155942b9a0.zip
FreeBSD-src-5e9f952e4cedd35d70d3caf2479c25155942b9a0.tar.gz
Expose all of {check,delete}-old{,-dirs,-files,-libs}.
MFC after: 3 weeks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8a1ecab..e63b559 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,14 @@
# kernel - buildkernel + installkernel.
# doxygen - Build API documentation of the kernel, needs doxygen.
# update - Convenient way to update your source tree (cvs).
-# check-old - Print a list of old files/directories in the system.
-# delete-old - Delete obsolete files and directories interactively.
-# delete-old-libs - Delete obsolete libraries interactively.
+# check-old - List obsolete directories/files/libraries.
+# check-old-dirs - List obsolete directories.
+# check-old-files - List obsolete files.
+# check-old-libs - List obsolete libraries.
+# delete-old - Delete obsolete directories/files/libraries.
+# delete-old-dirs - Delete obsolete directories.
+# delete-old-files - Delete obsolete files.
+# delete-old-libs - Delete obsolete libraries.
#
# This makefile is simple by design. The FreeBSD make automatically reads
# the /usr/share/mk/sys.mk unless the -m argument is specified on the
@@ -70,8 +75,10 @@
# developer convenience only. They are intentionally not documented and
# completely subject to change without notice.
#
-TGTS= all all-man buildenv buildenvvars buildkernel buildworld check-old \
- checkdpadd clean cleandepend cleandir delete-old delete-old-libs \
+TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
+ check-old check-old-dirs check-old-files check-old-libs \
+ checkdpadd clean cleandepend cleandir \
+ delete-old delete-old-dirs delete-old-files delete-old-libs \
depend distribute distributeworld distrib-dirs distribution doxygen \
everything hierarchy install installcheck installkernel \
installkernel.debug reinstallkernel reinstallkernel.debug \
OpenPOWER on IntegriCloud