[nawk/el4] take out smp in make

mmckinst mmckinst at fedoraproject.org
Tue Nov 15 00:51:20 UTC 2011


commit 60469c6d9c0aa3a5013d4b5a1bee4ae5939d5ea9
Author: Mark McKinstry <mmckinst at nexcess.net>
Date:   Mon Nov 14 19:51:15 2011 -0500

    take out smp in make

 nawk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nawk.spec b/nawk.spec
index 2c2bda0..fc8c2a8 100644
--- a/nawk.spec
+++ b/nawk.spec
@@ -1,6 +1,6 @@
 Name:		nawk
 Version:	20110810
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	"The one true awk" descended from UNIX V7
 Group:		Applications/Text
 License:	MIT
@@ -22,7 +22,7 @@ Aho, Brian Kernighan, and Peter Weinberger. (Addison-Wesley, 1988, ISBN
 %patch0 -p1 -b .manpage
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}" YACC='bison -y' CC="%{__cc}"
+make CFLAGS="%{optflags}" YACC='bison -y' CC="%{__cc}"
 
 %install
 rm -rf %{buildroot}
@@ -45,6 +45,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/nawk.1.*
 
 %changelog
+* Tue Nov 15 2011 Mark McKinstry <mmckinst at nexcess.net> 20110810-2
+- take out smp in make
+
 * Sun Aug 14 2011 Mark McKinstry <mmckinst at nexcess.net> 20110810-1
 - upgrade to 20110810 version
 


More information about the scm-commits mailing list