aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-09-26 15:56:24 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-09-26 15:56:24 +0400
commit83f5182ba45b915553940c51c5a3de4a7d1f5d73 (patch)
treea5e9627d28046c8cdf1584a1149ea88a76b0d88e
parentaa4cbe5fc42d708fbdb3828f58ab70e0e6224a06 (diff)
downloadcibs-83f5182ba45b915553940c51c5a3de4a7d1f5d73.tar.gz
Simple common targets
-rw-r--r--rules/common.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/rules/common.mk b/rules/common.mk
index a517f08..7dcee53 100644
--- a/rules/common.mk
+++ b/rules/common.mk
@@ -92,12 +92,14 @@ check-build-dep-stamp unpack-stamp patch-stamp pre-configure-stamp configure-sta
# Common target to use from command line
# or in component top-level Makefile:
-unpack :: unpack-stamp
-patch :: patch-stamp
-configure :: configure-stamp
-build :: build-stamp
-install :: install-stamp
-clean ::
+unpack : unpack-stamp
+patch : patch-stamp
+configure : configure-stamp
+build : build-stamp
+install : install-stamp
+
+# clean is special and can be extended in Makefile:
+clean ::
rm -f *-stamp
rm -rf $(workdir)