]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- compiles fine
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Oct 2003 18:06:19 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb.spec -> 1.66

gdb.spec

index 2ba14c1978b30e1827e02b9ea5ebe1a262f7cce7..38df4594ddaaae8ebeb0201ed05b61c5274c72eb 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -86,46 +86,22 @@ verir.
 %prep
 %setup -q
 #%patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
+%patch1 -p1
+%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
 
 %build
-cd gdb
-%{__autoconf}
-cd doc
-%{__autoconf}
-cd ../testsuite
-%{__autoconf}
-cd gdb.arch
-%{__autoconf}
-cd ../gdb.asm
-%{__autoconf}
-cd ../gdb.base
-%{__autoconf}
-cd ../gdb.c++
-%{__autoconf}
-cd ../gdb.chill
-%{__autoconf}
-cd ../gdb.disasm
-%{__autoconf}
-#cd ../gdb.fortran
-#%%{__autoconf}
-cd ../gdb.java
-%{__autoconf}
-cd ../gdb.mi
-%{__autoconf}
-cd ../gdb.stabs
-%{__autoconf}
-cd ../gdb.threads
-%{__autoconf}
-cd ../gdb.trace
-%{__autoconf}
-cd ../../gdbserver
-%{__autoconf}
-cd ../..
+for dir in `find gdb/ -name 'configure.in'`; do
+       dir=$(dirname "$dir")
+       olddir=$(pwd)
+       cd $dir
+       rm -f aclocal.m4
+       %{__aclocal}
+       %{__autoconf}
+       cd $olddir
+done
 # !! Don't enable shared here !!
 # This will cause serious problems --misiek
 %configure2_13 \
This page took 0.108657 seconds and 4 git commands to generate.