ppcrcd/trunk: Makefile TODO

sparky cvs at pld-linux.org
Sun Mar 5 19:38:26 CET 2006


Author: sparky
Date: Sun Mar  5 19:38:23 2006
New Revision: 7100

Modified:
   ppcrcd/trunk/Makefile
   ppcrcd/trunk/TODO
Log:
- Makefile: don't sleep 1 when installing


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Sun Mar  5 19:38:23 2006
@@ -200,12 +200,12 @@
 $(root_inst):
 	mkdir -p $@/{bin,boot,dev,etc,home,initrd,lib,media,mnt,opt,proc,root,sbin,selinux,srv,sys,tmp,usr,var}
 	$(SU) rpm --root=$(PWD)/$@ --initdb
-	sleep 1 && touch $@
+	sleep 1 && touch $@ && sleep 1
 
 out/rpm/installed/%:	out/rpm/rpms/% $(root_inst)
 	@$(SU) rpm -Uhv --root=$(PWD)/$(root_inst) out/rpm/RPMS/`cat $(firstword $^)`  \
 		$(INSTOPTS-$(notdir $@)) --define="_install_langs %{nil}" --replacepkgs
-	sleep 1 && touch $@
+	touch $@
 
 .PHONY:	%.rpm
 %.rpm:	out/rpm/rpms/%
@@ -233,7 +233,7 @@
 	###	Build done
 	$(if $(NOTEQ-$(notdir $(firstword $^))), rm -f \
 		out/touch/$(NOTEQ-$(notdir $(firstword $^))),#)
-	sleep 1 && touch $@
+	sleep 1 && touch $@ && sleep 1
 
 out/rpm/prep/%:	out/rpm/sources/%
 	sleep 1 && touch $@

Modified: ppcrcd/trunk/TODO
==============================================================================
--- ppcrcd/trunk/TODO	(original)
+++ ppcrcd/trunk/TODO	Sun Mar  5 19:38:23 2006
@@ -25,5 +25,3 @@
 * fix:
 	- rpm (no python)
 	- busybox (config: ping6)
-
-* check does packages use proper CFLAGS (mostly done)


More information about the pld-cvs-commit mailing list