i also use make -jN, and i noticed it's always broken so 1. make massive commit on kernel packages make scripts? 2. create some macro for the common part of the kernel modules build process?
---------- Forwarded Message ---------- Subject: SPECS: shfs.spec - -j1 for make scripts Date: Wednesday 06 September 2006 16:36 From: sparky <[EMAIL PROTECTED]> To: [email protected] Author: sparky Date: Wed Sep 6 13:36:18 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - -j1 for make scripts ---- Files affected: SPECS: shfs.spec (1.59 -> 1.60) ---- Diffs: ================================================================ Index: SPECS/shfs.spec diff -u SPECS/shfs.spec:1.59 SPECS/shfs.spec:1.60 --- SPECS/shfs.spec:1.59 Sat Aug 12 20:14:35 2006 +++ SPECS/shfs.spec Wed Sep 6 15:36:13 2006 @@ -113,7 +113,7 @@ ln -sf %{_kernelsrcdir}/config-$cfg o/.config ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h o/include/linux/autoconf.h - %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts + %{__make} -j1 -C %{_kernelsrcdir} O=$PWD/o prepare scripts echo "obj-m := shfs.o" > Makefile echo "shfs-objs := dcache.o dir.o fcache.o file.o inode.o ioctl.o proc.o shell.o symlink.o" >> Makefile @@ -207,6 +207,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60 2006/09/06 13:36:13 sparky +- -j1 for make scripts + Revision 1.59 2006/08/12 18:14:35 ankry - formatting ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/shfs.spec?r1=1.59&r2=1.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit ------------------------------------------------------- -- glen _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
