improve comment in local.mk template

* targets.mk: Improve comment in local.mk template.
This commit is contained in:
Achim Gratz 2012-05-24 20:28:41 +02:00 committed by Bastien Guerry
parent c656052326
commit 0e4bcf5e0c

View file

@ -42,7 +42,9 @@ local.mk:
$(info = Please adapt local.mk to your local setup! =) $(info = Please adapt local.mk to your local setup! =)
$(info ======================================================) $(info ======================================================)
-@$(SED) -n \ -@$(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 '1 i oldorg:' \
-e '/-8<-/,/->8-/ {s/^\(\s*[^#]\)/#\1/;p}' \ -e '/-8<-/,/->8-/ {s/^\(\s*[^#]\)/#\1/;p}' \
-e '$$ i ## See default.mk for further configuration options.' \ -e '$$ i ## See default.mk for further configuration options.' \