summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-01-25 12:35:29 +0100
committerJan Holesovsky <kendy@suse.cz>2012-01-25 12:35:54 +0100
commit3092e57f0c46ab1eafebcff0ad875acdd49d4e45 (patch)
tree0b4c95ae22515969e9527ce9e9930b2d739a756f
parent1195d989d454a96e3b9fb0c0b6053db61b68f0b1 (diff)
Add a note to the toplevel Makefile where to actually edit stuff.
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f6c897efc22..ed8e30e6a8a6 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,11 @@
#
#*************************************************************************
+# 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.
+
SRCDIR:=$(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))
ifeq ($(strip $(gb_SourceEnvAndRecurse_STAGE)),)