ppcrcd/trunk/Makefile

sparky cvs at pld-linux.org
Thu Sep 7 14:27:25 CEST 2006


Author: sparky
Date: Thu Sep  7 14:27:23 2006
New Revision: 7722

Modified:
   ppcrcd/trunk/Makefile
Log:
- build yaboot with -jN on smp


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Thu Sep  7 14:27:23 2006
@@ -212,7 +212,7 @@
 
 
 yaboot/yaboot:	yaboot/yaboot.c yaboot/Makefile /usr/lib/libext2fs.a
-	make -C yaboot
+	$(shell rpm --eval "%{__make}") -C yaboot
 
 out/touch/root_installed:	$(INSTALL) $(root_inst) $(touch)/root-ok-deps
 	-$(SU) umount $(root_inst)/proc


More information about the pld-cvs-commit mailing list