summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-25 17:22:58 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:06 -0600
commit800bf3464c04df83ddff369eaa67160e7c86b1ab (patch)
tree14252b25c35c647ba0a55996df2198d2d61de9e6 /Makefile
parentbea399d6982881e4bc2cae4fa2c9f7aaf9a6cd42 (diff)
add cmd target to deal with corner case operations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3858754f404c..350867671016 100644
--- a/Makefile
+++ b/Makefile
@@ -316,11 +316,14 @@ endif
desktop/scripts/soffice.sh ooo.lst post_download post_download.log \
config_host.mk.last set_soenv.stamp src.downloaded warn
-# The real targets are in solenv/gbuild/Module.mk, resp.
-# solenv/gbuild/extensions/post_BuildplTargets.mk, this file only forwards
-# the calls - please look there if you want to edit what this toplevel
-# Makefile does.
+#
+# custum command
+#
+ifneq ( $(MAKECMDGOALS),cmd)
+cmd:
+ echo "custum cmd" && ( $(cmd) )
+endif
#
# Bootstap