]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- make -j1 (-j4 on fast quad core causes errors). auto/th/uClibc-0_9_29-19 auto/ti/uClibc-0_9_29-19
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 28 Aug 2008 18:44:34 +0000 (18:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc.spec -> 1.171

uClibc.spec

index f342684f3a1367b4c875346a3ba6d0257278f725..f61b714c993058cb9cf5c492c2a156c49147986e 100644 (file)
@@ -150,7 +150,7 @@ EOF
 %build
 
 # NOTE: 'defconfig' and 'all' must be run in separate make process because of macros
-%{__make} defconfig \
+%{__make} -j1 defconfig \
        %{?with_verbose:VERBOSE=1} \
        TARGET_CPU="%{_target_cpu}" \
        GCC_BIN=%{_host_cpu}-%{_vendor}-%{_os}-gcc \
@@ -165,7 +165,7 @@ EOF
 # So we pass it as make arg to be sure it's proper!
 target_arch=$(grep -s '^TARGET_ARCH' .config | sed -e 's/^TARGET_ARCH=//' -e 's/"//g')
 
-%{__make} \
+%{__make} -j1 \
        %{?with_verbose:VERBOSE=1} \
        TARGET_CPU="%{_target_cpu}" \
        TARGET_ARCH=$target_arch \
This page took 0.035947 seconds and 4 git commands to generate.