summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-05-24 20:28:41 +0200
committerBastien Guerry <bzg@altern.org>2012-05-25 01:25:02 +0200
commit0e4bcf5e0c52c72c28912aebfe56bd6f3fbf12f7 (patch)
tree02a893f18515d9992b39f384ad7f408f17e530d6
parentc65605232641f634b00f2590aced9f63d884df3c (diff)
downloadorg-mode-0e4bcf5e0c52c72c28912aebfe56bd6f3fbf12f7.tar.gz
improve comment in local.mk template
* targets.mk: Improve comment in local.mk template.
-rw-r--r--targets.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/targets.mk b/targets.mk
index 1b46f7f..01290cd 100644
--- a/targets.mk
+++ b/targets.mk
@@ -42,7 +42,9 @@ local.mk:
$(info = Please adapt local.mk to your local setup! =)
$(info ======================================================)
-@$(SED) -n \
- -e '1 i ## Remove the following line to make "all" the default target' \
+ -e '1 i ## Remove "oldorg:" to make "all" the default target,' \
+ -e '1 i ## change to your favourite default target' \
+ -e '1 i ## or provide your own defintion here' \
-e '1 i oldorg:' \
-e '/-8<-/,/->8-/ {s/^\(\s*[^#]\)/#\1/;p}' \
-e '$$ i ## See default.mk for further configuration options.' \