ppcrcd/trunk: Makefile TODO

sparky cvs at pld-linux.org
Wed Feb 1 18:18:14 CET 2006


Author: sparky
Date: Wed Feb  1 18:18:10 2006
New Revision: 6907

Modified:
   ppcrcd/trunk/Makefile
   ppcrcd/trunk/TODO
Log:
- Makefile: use relative paths
- TODO: more packages


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Wed Feb  1 18:18:10 2006
@@ -197,7 +197,7 @@
 	$(SU) rpm --root=$(PWD)/$@ --initdb
 
 out/rpm/installed/%:	out/rpm/rpms/% $(root_inst)
-	@$(SU) rpm -Uhv --root=$(PWD)/$(root_inst) `cat $(firstword $^)`  \
+	@$(SU) rpm -Uhv --root=$(PWD)/$(root_inst) out/rpm/RPMS/`cat $(firstword $^)`  \
 		$(INSTOPTS-$(notdir $@)) --define="_install_langs %{nil}"
 	sleep 1 && touch $@
 
@@ -207,6 +207,7 @@
 
 out/rpm/rpms/%:
 	@#XXX every package neads something like: $(R)/setup: $(P)/setup
+	@[ -n "$^" ]
 	#######################################################################
 	###	Building $(notdir $(firstword $^))
 	#######################################################################
@@ -217,7 +218,7 @@
 		--define="rpmcflags $(CFLAGS)";		\
 		echo $$? > $(PWD)/EXIT) | tee $(PWD)/buildout;
 	[ `cat EXIT` == 0 ] || exit `cat EXIT`
-	for RPM in `sed -n '/^Wrote:/s/Wrote: // p' buildout`; do	\
+	for RPM in `sed -n '/^Wrote:/s at Wrote: .*/@@ p' buildout`; do	\
 		echo $$RPM > $(R)/`echo $$RPM |		\
 			sed -e 's at .*/@@g' -e 's/-[^-]*-[^-]*$$//'`;	\
 	done

Modified: ppcrcd/trunk/TODO
==============================================================================
--- ppcrcd/trunk/TODO	(original)
+++ ppcrcd/trunk/TODO	Wed Feb  1 18:18:10 2006
@@ -15,5 +15,9 @@
 	- john		- test fails
 	- acx100
 	- hfsplusutils  - broken ?
+	- uudeview
+	- base64
+	- softmac, bcm43xx
+	- grub2
 
 * check does packages use proper CFLAGS


More information about the pld-cvs-commit mailing list