[Pkg-mol-commits] r158 - mol/trunk/debian

jo-guest at alioth.debian.org jo-guest at alioth.debian.org
Tue Oct 2 10:48:13 UTC 2007


Author: jo-guest
Date: 2007-10-02 10:48:13 +0000 (Tue, 02 Oct 2007)
New Revision: 158

Modified:
   mol/trunk/debian/rules
Log:
?\226?\128?\162 trunk/debian/rules
  ?\194?\183 Moved the configure call (back) into its own target.


Modified: mol/trunk/debian/rules
===================================================================
--- mol/trunk/debian/rules	2007-10-02 00:23:10 UTC (rev 157)
+++ mol/trunk/debian/rules	2007-10-02 10:48:13 UTC (rev 158)
@@ -42,8 +42,12 @@
 
 	$(MAKE) -f debian/rules unpatch
 
+.config-ppc:
+	./configure --disable-png CFLAGS="$(CFLAGS)"
+	make defconfig
+
 build: build-stamp
-build-stamp: patch
+build-stamp: patch .config-ppc
 	dh_testdir
 
 # build the Debian specific manpages
@@ -52,9 +56,6 @@
 		do docbook-to-man $${man%?}sgml >$$man; \
 	done)
 
-	./configure --disable-png CFLAGS="$(CFLAGS)"
-	make defconfig
-
 # build the package
 	$(MAKE) BUILD_MODS=n NETDRIVER=n $(DEBIANFLAGS)
 




More information about the Pkg-mol-commits mailing list