[evolvis-commits] r15842: Build requires cowbu?==?UTF-8?Q?ilder↵

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:32:47 CET 2011


Author: mirabilos
Date: 2011-03-01 00:32:47 +0100 (Tue, 01 Mar 2011)
New Revision: 15842

Modified:
   trunk/gforge_base/evolvisforge-5.1/Makefile.debian
Log:
Build requires cowbuilder


Modified: trunk/gforge_base/evolvisforge-5.1/Makefile.debian
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/Makefile.debian	2011-02-28 23:32:45 UTC (rev 15841)
+++ trunk/gforge_base/evolvisforge-5.1/Makefile.debian	2011-02-28 23:32:47 UTC (rev 15842)
@@ -44,6 +44,9 @@
 #
 TARBALLS=$(CURDIR)/tarballs
 #
+# Local customization
+-include $(CURDIR)/local.$(shell hostname)
+#
 BUILDPLACE=$(BUILDERDIR)/buildplace
 BUILDFILES=$(BUILDERDIR)/buildfiles
 COWBUILDERBASE=$(BUILDERDIR)/cow
@@ -344,7 +347,7 @@
 $(PBUILDERTGZ)/base-$(DISTRIB)-$(ARCH).tgz: $(PBUILDERTGZ)/doconfig-$(ARCH)
 	[ -f $@ ] || sudo /usr/sbin/pbuilder --create --distribution $(DISTRIB) --basetgz $(PBUILDERTGZ)/base-$(DISTRIB).tgz --configfile $(PBUILDERTGZ)/configfile-$(ARCH) $(DISTROOP)
 
-$(COWBUILDERBASE)/base-$(DISTRIB)-$(ARCH).stamp:
+$(COWBUILDERBASE)/base-$(DISTRIB)-$(ARCH).stamp: /usr/sbin/cowbuilder
 	[ -d $(COWBUILDERBASE)/base-$(DISTRIB)-$(ARCH).cow ] || sudo /usr/sbin/cowbuilder --create $(HOOK) --distribution $(DISTRIB) --basepath $(COWBUILDERBASE)/base-$(DISTRIB)-$(ARCH).cow --configfile $(COWBUILDERBASE)/configfile-$(ARCH) $(DISTROOP)
 	touch $@.update
 	touch $@



More information about the evolvis-commits mailing list