[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] /srv/bzr/gsrc/trunk r1467: change help target to help-conf
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] /srv/bzr/gsrc/trunk r1467: change help target to help-config |
Date: |
Sun, 16 Dec 2012 20:35:58 +0100 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 1467
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-12-16 20:35:58 +0100
message:
change help target to help-config
modified:
ChangeLog
gar.mk
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-12-16 13:27:59 +0000
+++ b/ChangeLog 2012-12-16 19:35:58 +0000
@@ -1,5 +1,7 @@
2012-12-16 Brandon Invergo <address@hidden>
+ * gar.mk (help-config): Rename `help' target to `help-config'
+
* gar.master.mk (MASTER_GNA): Add GNA master site
* gar.lib.mk (build-%/build.xml): Add build recipe for Apache Ant
=== modified file 'gar.mk'
--- a/gar.mk 2012-12-12 23:27:17 +0000
+++ b/gar.mk 2012-12-16 19:35:58 +0000
@@ -233,8 +233,8 @@
ALL_INSTALL_SCRIPTS = $(PRE_INSTALL_SCRIPTS) $(INSTALL_SCRIPTS)
$(POST_INSTALL_SCRIPTS)
HELP_SCRIPTS ?=
-# help: display configuration/installation options, ie via ./configure --help
-help: extract $(addprefix help-,$(HELP_SCRIPTS))
+# help-config: display configuration/installation options, ie via ./configure
--help
+help-config: extract $(addprefix help-,$(HELP_SCRIPTS))
$(DONADA)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] /srv/bzr/gsrc/trunk r1467: change help target to help-config,
Brandon Invergo <=