]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- "cosmetics" breakage reverted, NOP removed
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Feb 2005 23:18:26 +0000 (23:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils.spec -> 1.198

binutils.spec

index 54e8db02f4ec15ad2006846cf5073b64b8d10912..b39f8f332b5adc1129bb61dc72eb7d6fb270ed77 100644 (file)
@@ -118,10 +118,6 @@ niekt
 
 %prep
 %setup -q
-
-%ifnarch sparc64
-/bin/sh patches/README
-%endif
 %patch0 -p1
 %patch1 -p1
 %ifarch %{ix86}
@@ -160,7 +156,6 @@ CC="%{__cc}"; export CC
 %ifarch sparc
 sparc32 \
 %endif
-
 ./configure %{_target_platform} \
        --enable-shared \
        --disable-debug \
@@ -178,7 +173,8 @@ sparc32 \
 
 %{__make} configure-bfd
 %{__make} headers -C bfd
-%{__make} tooldir=%{_prefix} all info
+%{__make} all info \
+       tooldir=%{_prefix}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 1.08459 seconds and 4 git commands to generate.