SPECS (DEVEL): emacs.spec - add -j1 to `make bootstrap' when elisp...

twittner twittner at pld-linux.org
Sun Jun 10 15:34:06 CEST 2007


Author: twittner                     Date: Sun Jun 10 13:34:06 2007 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- add -j1 to `make bootstrap' when elisp files are compiled as a workaround
 for:	emacs-lisp/byte-opt.el
	Cannot open load file: bytecomp
	make[2]: *** [compile] Error 1

---- Files affected:
SPECS:
   emacs.spec (1.68.4.22 -> 1.68.4.23) 

---- Diffs:

================================================================
Index: SPECS/emacs.spec
diff -u SPECS/emacs.spec:1.68.4.22 SPECS/emacs.spec:1.68.4.23
--- SPECS/emacs.spec:1.68.4.22	Sun Jun 10 14:53:10 2007
+++ SPECS/emacs.spec	Sun Jun 10 15:34:01 2007
@@ -390,7 +390,7 @@
 	--with-png \
 	--with-x-toolkit=athena
 
-%{__make} bootstrap
+%{__make} -j1 bootstrap
 %define	bootstrap athena
 cd ..
 %endif
@@ -411,7 +411,7 @@
 %if %{?bootstrap}
 %{__make}
 %else
-%{__make} bootstrap
+%{__make} -j1 bootstrap
 %define	bootstrap gtk
 %endif
 cd ..
@@ -433,7 +433,7 @@
 %if %{?bootstrap}
 %{__make}
 %else
-%{__make} bootstrap
+%{__make} -j1 bootstrap
 %define	bootstrap motif
 %endif
 cd ..
@@ -455,7 +455,7 @@
 %if %{?bootstrap}
 %{__make}
 %else
-%{__make} bootstrap
+%{__make} -j1 bootstrap
 %define	bootstrap nox
 %endif
 cd ..
@@ -803,6 +803,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68.4.23  2007/06/10 13:34:01  twittner
+- add -j1 to `make bootstrap' when elisp files are compiled as a workaround
+ for:	emacs-lisp/byte-opt.el
+	Cannot open load file: bytecomp
+	make[2]: *** [compile] Error 1
+
 Revision 1.68.4.22  2007/06/10 12:53:10  twittner
 - try fix and clean up %files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/emacs.spec?r1=1.68.4.22&r2=1.68.4.23&f=u



More information about the pld-cvs-commit mailing list