ppcrcd/trunk: Makefile fs.pkgs

sparky cvs at pld-linux.org
Fri Mar 10 18:21:11 CET 2006


Author: sparky
Date: Fri Mar 10 18:21:06 2006
New Revision: 7137

Modified:
   ppcrcd/trunk/Makefile
   ppcrcd/trunk/fs.pkgs
Log:
- fs: build xfsprogs --with dynamic_exe (image is annother 0.5 smaller)


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Fri Mar 10 18:21:06 2006
@@ -236,7 +236,7 @@
 			sed -e 's at .*/@@g' -e 's/-[^-]*-[^-]*$$//'`;	\
 	done
 	rm buildout EXIT
-	-rm -rf out/rpm/BUILD/*
+	$(if $(DONTREMOVE),,-rm -rf out/rpm/BUILD/*)
 	###	Build done
 	$(if $(NOTEQ-$(notdir $(firstword $^))), rm -f \
 		out/touch/$(NOTEQ-$(notdir $(firstword $^))),#)

Modified: ppcrcd/trunk/fs.pkgs
==============================================================================
--- ppcrcd/trunk/fs.pkgs	(original)
+++ ppcrcd/trunk/fs.pkgs	Fri Mar 10 18:21:06 2006
@@ -69,6 +69,7 @@
 $(R)/reiser4progs:	$(P)/reiser4progs
 
 I +=	xfsprogs
+BCOND-xfsprogs = --with dynamic_exe
 # +static
 $(R)/xfsprogs:	$(P)/xfsprogs
 


More information about the pld-cvs-commit mailing list