rpms/elilo/devel elilo.spec,1.21,1.22

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Mon Jun 11 18:46:52 UTC 2007


Author: clumens

Update of /cvs/pkgs/rpms/elilo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25022

Modified Files:
	elilo.spec 
Log Message:
Can't build with _smp_mflags, so remove that and add a comment.



Index: elilo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elilo/devel/elilo.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- elilo.spec	11 Jun 2007 18:05:05 -0000	1.21
+++ elilo.spec	11 Jun 2007 18:46:16 -0000	1.22
@@ -31,7 +31,8 @@
 popd
 
 %build
-make %{?_smp_mflags}
+# Can't build with ${?_smp_mflags}
+make
 
 cd efibootmgr-%{efibootmgr_ver}
 make




More information about the scm-commits mailing list