diff options
author | rillig <rillig@pkgsrc.org> | 2013-06-01 19:31:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2013-06-01 19:31:52 +0000 |
commit | e00372995d11e34a80905e9efa129b120f68db35 (patch) | |
tree | 6c3bc1158344b67c914c17e4f21bddeadcfd8b7e /mk/bsd.pkg.clean.mk | |
parent | 96d0e12e452e9ac96c3ad4e2146f93589d6450ec (diff) | |
download | pkgsrc-e00372995d11e34a80905e9efa129b120f68db35.tar.gz |
/tmp/cvs02076b
Diffstat (limited to 'mk/bsd.pkg.clean.mk')
-rw-r--r-- | mk/bsd.pkg.clean.mk | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/mk/bsd.pkg.clean.mk b/mk/bsd.pkg.clean.mk index fce66b39fe2..d71aaad2e1d 100644 --- a/mk/bsd.pkg.clean.mk +++ b/mk/bsd.pkg.clean.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.clean.mk,v 1.13 2007/11/15 12:09:52 rillig Exp $ +# $NetBSD: bsd.pkg.clean.mk,v 1.14 2013/06/01 19:31:52 rillig Exp $ # # This Makefile fragment is included to bsd.pkg.mk and defines the # relevant variables and targets for the "clean" phase. @@ -12,17 +12,19 @@ # # The following targets are defined by bsd.pkg.clean.mk: # -# clean-depends is the target which descends into dependencies' -# package directories and invokes the "clean" action. +# clean-depends: +# descends into dependencies' package directories and invokes the +# "clean" action. # -# do-clean is the target that does the actual cleaning, which -# involves removing the work directory and other temporary -# files used by the package. +# do-clean: +# does the actual cleaning, which involves removing the work +# directory and other temporary files used by the package. # -# clean is the target that is invoked by the user to perform -# the "clean" action. +# clean: +# is invoked by the user to perform the "clean" action. # -# cleandir is an alias for "clean". +# cleandir: +# an alias for "clean". # CLEANDEPENDS?= no |