From 0749c327615ed458b533df558e7f1a253b950c35 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 30 Apr 2012 07:56:35 +0000 Subject: [PATCH] topdir.mk: Add target scratch-% --- make/topdir.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/topdir.mk b/make/topdir.mk index c6fd683c..06d10ed5 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -92,3 +92,6 @@ git-init: list-cvs-files.sh -f | xargs git add git commit -m "initial checkin of $(RPM_VERSION)" +scratch-%: + sh $(MOD_SCRIPT_DIR)/build.sh $* $(PROJECT) +