rpms/emacs/F-7 emacs.spec,1.101,1.102

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon May 5 20:00:21 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/emacs/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8016/F-7

Modified Files:
	emacs.spec 
Log Message:

take out smp_mflags to get this thing built



Index: emacs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emacs/F-7/emacs.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- emacs.spec	5 May 2008 19:49:15 -0000	1.101
+++ emacs.spec	5 May 2008 19:59:41 -0000	1.102
@@ -139,7 +139,8 @@
 # make sure patched lisp files get byte-compiled
 %emacsbatch -f batch-byte-compile site-lisp/*.el
 
-%__make %{?_smp_mflags} -C lisp updates
+# This seems to have issue with smp_mflags. :/
+%__make -C lisp updates
 
 # Create pkgconfig file
 cat > emacs.pc << EOF
@@ -293,6 +294,7 @@
 %changelog
 * Mon May  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 22.1-7
 - fix scriptlets to match F-8
+- don't use smp_mflags on lisp make call
 
 * Mon Dec  6 2007 Chip Coldwell <coldwell at redhat.com> - 22.1-6
 - drop -DSYSTEM_PURESIZE_EXTRA=16777216 (bz409581)




More information about the scm-commits mailing list