diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-01-25 12:35:29 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-01-25 12:35:54 +0100 |
commit | 3092e57f0c46ab1eafebcff0ad875acdd49d4e45 (patch) | |
tree | 0b4c95ae22515969e9527ce9e9930b2d739a756f /Makefile | |
parent | 1195d989d454a96e3b9fb0c0b6053db61b68f0b1 (diff) |
Add a note to the toplevel Makefile where to actually edit stuff.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)),) |