gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1456: create Apache Ant build.xml-bas


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1456: create Apache Ant build.xml-based java build recipe
Date: Sun, 16 Dec 2012 14:27:59 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1456
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-12-16 14:27:59 +0100
message:
  create Apache Ant build.xml-based java build recipe
modified:
  ChangeLog
  gar.lib.mk
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-12-16 00:07:41 +0000
+++ b/ChangeLog 2012-12-16 13:27:59 +0000
@@ -1,5 +1,7 @@
 2012-12-16  Brandon Invergo  <address@hidden>
 
+       * gar.master.mk (MASTER_GNA): Add GNA master site
+
        * gar.lib.mk (build-%/build.xml): Add build recipe for Apache Ant
        build.xml files
 

=== modified file 'gar.lib.mk'
--- a/gar.lib.mk        2012-12-15 23:17:24 +0000
+++ b/gar.lib.mk        2012-12-16 13:27:59 +0000
@@ -568,6 +568,12 @@
        @cd $* && $(BUILD_ENV) ./waf $(WAF_BUILD_ARGS) $(OUTPUT) || 
$(BUILD_FAIL)
        $(MAKECOOKIE)
 
+# build using ant (java)
+build-%/build.xml:
+       @echo -e "[$(OK)build$(OFF)] $(MSG)Running ant in $(OFF)$*"
+       @cd $* && $(BUILD_ENV) ant $(ANT_BUILD_ARGS) build $(OUTPUT) || 
$(BUILD_FAIL)
+       $(MAKECOOKIE)
+
 #################### TEST RULES ####################
 
 TEST_ARGS ?= check


reply via email to

[Prev in Thread] Current Thread [Next in Thread]