gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r965: introduce GARPROFILE variable fo


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r965: introduce GARPROFILE variable for maintaining different package configurations
Date: Wed, 17 Oct 2012 23:36:26 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 965
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-17 23:36:26 +0200
message:
  introduce GARPROFILE variable for maintaining different package configurations
modified:
  gar.lib.mk
  gar.mk
=== modified file 'gar.lib.mk'
--- a/gar.lib.mk        2012-09-22 10:26:02 +0000
+++ b/gar.lib.mk        2012-10-17 21:36:26 +0000
@@ -505,7 +505,7 @@
        $(MAKECOOKIE)
 
 build-%/Makefile-BSD:
-       @echo " ==> Running pmake in $*"
+       @echo " ==> Running make in $*"
        @cd $* && $(BUILD_ENV) pmake $(BUILD_ARGS)
        $(MAKECOOKIE)
 
@@ -583,7 +583,7 @@
 #################### INSTALL RULES ####################
 
 # The format of stow package names.
-PACKAGENAME ?= $(GARNAME)-$(GARVERSION)
+PACKAGENAME ?= $(GARNAME)-$(GARVERSION)$(GARPROFILE)
 
 # The package home directory. This'll be stowed into $(prefix).
 packagedir = $(packagesdir)/$(PACKAGENAME)

=== modified file 'gar.mk'
--- a/gar.mk    2012-10-17 16:19:44 +0000
+++ b/gar.mk    2012-10-17 21:36:26 +0000
@@ -29,7 +29,7 @@
 TEMPDIR = $(GARDIR_ABSOLUTE)/gar.tmp
 FILEDIR ?= files
 DOWNLOADDIR ?= download
-COOKIEDIR ?= cookies/$(DISTNAME)
+COOKIEDIR ?= cookies/$(DISTNAME)$(GARPROFILE)
 WORKDIR ?= work
 LOGDIR ?= logs
 WORKSRC ?= $(WORKDIR)/$(DISTNAME)


reply via email to

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