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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to