]> git.pld-linux.org Git - packages/bcc.git/commitdiff
- rel 3 auto/th/bcc-0_16_17-3
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 31 Jul 2010 10:15:47 +0000 (10:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- no parallel build

Changed files:
    bcc.spec -> 1.33

bcc.spec

index 174bf4da0151806a55b93a362866f870b0ca0546..1b5c8fb362d7381cd0f5ac51d6d042ff970bd570 100644 (file)
--- a/bcc.spec
+++ b/bcc.spec
@@ -2,7 +2,7 @@ Summary:        Bruce's C compiler
 Summary(pl.UTF-8):     Kompilator C Bruce'a
 Name:          bcc
 Version:       0.16.17
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages
 #Source0Download: http://www.cix.co.uk/~mayday/
@@ -44,7 +44,7 @@ mv -f unproto/README README.unproto
 
 %build
 CC="%{__cc}" \
-%{__make} all other \
+%{__make} -j1 all other \
        OPT="%{rpmcflags}" <<!FooBar!
 5
 quit
@@ -53,7 +53,7 @@ quit
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install-all \
+%{__make} -j1 install-all \
        DIST=$RPM_BUILD_ROOT
 
 # FFU (dis88/Makefile is not ready)
This page took 0.051667 seconds and 4 git commands to generate.