[Debburn-changes] r554 - cdrkit/trunk

Eduard Bloch blade at alioth.debian.org
Sun Dec 3 14:50:10 CET 2006


Author: blade
Date: 2006-12-03 14:50:09 +0100 (Sun, 03 Dec 2006)
New Revision: 554

Modified:
   cdrkit/trunk/Makefile
Log:
kicked the fallback wrapper rule, added explicite all rule instead. It behaved to weird.

Modified: cdrkit/trunk/Makefile
===================================================================
--- cdrkit/trunk/Makefile	2006-12-02 23:47:30 UTC (rev 553)
+++ cdrkit/trunk/Makefile	2006-12-03 13:50:09 UTC (rev 554)
@@ -10,10 +10,6 @@
 CMAKETWEAKS += cmake build -DCMAKE_INSTALL_PREFIX="$(PREFIX)" || exit 1; 
 endif
 
-#ifneq ($(PREFIX),)
-#CMAKETWEAKS += cmake build  -DCMAKE_INSTALL_PREFIX="$(PREFIX)" || exit 1 ; 
-#endif
-
 default_target: all
 
 DISTNAME=cdrkit-$(shell cat VERSION)
@@ -42,16 +38,20 @@
 	rm -rf tmp
 	test -e /etc/debian_version && ln -f ../$(DISTNAME).tar.gz ../cdrkit_$(shell cat VERSION | sed -e "s,pre,~pre,").orig.tar.gz || true
 
-%::
-	$(MAKE) $(MAKE_FLAGS) build/Makefile
-	$(CMAKETWEAKS)
-	$(MAKE) -C build $(MAKE_FLAGS) $@
+#%::
+#	$(MAKE) $(MAKE_FLAGS) build/Makefile
+#	$(CMAKETWEAKS)
+#	$(MAKE) -C build $(MAKE_FLAGS) $@
 
 # needs to be explicite, for PHONY and install (AKA INSTALL) file on cygwin
 install: build/Makefile
 	$(CMAKETWEAKS)
 	$(MAKE) -C build $(MAKE_FLAGS) $@
 
-.PHONY: install
+all: build/Makefile
+	$(CMAKETWEAKS)
+	$(MAKE) -C build $(MAKE_FLAGS) $@
 
+.PHONY: install all
 
+




More information about the Debburn-changes mailing list