Kaydet (Commit) 800bf346 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

add cmd target to deal with corner case operations

üst bea399d6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment