pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/check Note the check-clean target, which removes fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d5a24abd0c4
branches:  trunk
changeset: 514091:6d5a24abd0c4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jun 07 17:04:01 2006 +0000

description:
Note the check-clean target, which removes files related to the check-*
targets.

diffstat:

 mk/check/bsd.check.mk |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 8f1556ff2032 -r 6d5a24abd0c4 mk/check/bsd.check.mk
--- a/mk/check/bsd.check.mk     Wed Jun 07 17:00:03 2006 +0000
+++ b/mk/check/bsd.check.mk     Wed Jun 07 17:04:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.check.mk,v 1.1 2006/06/03 23:11:42 jlam Exp $
+# $NetBSD: bsd.check.mk,v 1.2 2006/06/07 17:04:01 jlam Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to build and install checks.
@@ -14,3 +14,13 @@
 .include "${PKGSRCDIR}/mk/check/check-shlibs.mk"
 .include "${PKGSRCDIR}/mk/check/check-vulnerable.mk"
 .include "${PKGSRCDIR}/mk/check/check-wrkref.mk"
+
+######################################################################
+### check-clean (PRIVATE)
+######################################################################
+### check-clean is a helper target onto which one can hook all of the
+### targets that clean up the output of "check" targets.
+###
+.PHONY: check-clean
+check-clean:
+       @${DO_NADA}



Home | Main Index | Thread Index | Old Index