[Debburn-changes] r544 - cdrkit/trunk

Eduard Bloch blade at alioth.debian.org
Sat Dec 2 13:01:42 CET 2006


Author: blade
Date: 2006-12-02 13:01:42 +0100 (Sat, 02 Dec 2006)
New Revision: 544

Modified:
   cdrkit/trunk/Makefile
Log:
Remove the obsolete install: rule wrapper

Modified: cdrkit/trunk/Makefile
===================================================================
--- cdrkit/trunk/Makefile	2006-12-02 11:40:55 UTC (rev 543)
+++ cdrkit/trunk/Makefile	2006-12-02 12:01:42 UTC (rev 544)
@@ -9,7 +9,6 @@
 endif
 
 ifneq ($(PREFIX),)
-install: build/Makefile
 CMAKETWEAKS += cmake build  -DCMAKE_INSTALL_PREFIX="$(PREFIX)" || exit 1 ; 
 endif
 
@@ -36,11 +35,6 @@
 clean:
 	rm -rf build
 
-ifneq ($(PREFIX),)
-install: build/Makefile
-	cd build && cmake .. -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) $(MAKE_FLAGS) install
-endif
-
 release:
 #	if test "$(shell svn status | grep -v -i make)" ; then echo Uncommited files found. Run \"svn status\" to display them. ; exit 1 ; fi
 	@if test -f ../$(DISTNAME).tar.gz ; then echo ../$(DISTNAME).tar.gz exists, not overwritting ; exit 1; fi




More information about the Debburn-changes mailing list