gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1170: add test_build make target


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1170: add test_build make target
Date: Sat, 17 Nov 2012 13:43:37 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1170
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-17 13:43:37 +0100
message:
  add test_build make target
modified:
  gar.mk
=== modified file 'gar.mk'
--- a/gar.mk    2012-11-07 23:02:07 +0000
+++ b/gar.mk    2012-11-17 12:43:37 +0000
@@ -314,6 +314,9 @@
 help: extract
        cd $(WORKSRC) && ./configure --help
 
+test_build: clean install uninstall uninstall-pkg clean
+
+
 # The clean rule.  It must be run if you want to re-download a
 # file after a successful checksum (or just remove the checksum
 # cookie, but that would be lame and unportable).
@@ -321,7 +324,7 @@
        @rm -rf $(DOWNLOADDIR) $(COOKIEDIR) $(LOGDIR) $(WORKSRC) $(WORKDIR) 
$(EXTRACTDIR) $(SCRATCHDIR) $(SCRATCHDIR)-$(COOKIEDIR) *~
 
 # these targets do not have actual corresponding files
-.PHONY: all fetch-list fetch checksum makesum garchive extract patch makepatch 
configure build test install clean beaujolais update help
+.PHONY: all fetch-list fetch checksum makesum garchive extract patch makepatch 
configure build test install clean beaujolais update help test_build
 
 # A logging version of the rules, e.g. make build-log, respawns and sends 
output to $(LOGDIR)
 %-log: $(LOGDIR)


reply via email to

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