summaryrefslogtreecommitdiffstats
path: root/extra/gdb
diff options
context:
space:
mode:
authoreko2291 <eko2291@gmail.com>2010-10-03 21:33:31 +0200
committereko2291 <eko2291@gmail.com>2010-10-03 21:33:31 +0200
commit74c041b762e3fea2e83f6fee3271c3e294a79d77 (patch)
treeadab115e588e545309c5a6b3fd7b602a515e4c40 /extra/gdb
parentd69e1f130b08defe9f3a0d29f9e99a1406dd0550 (diff)
downloadnutyx-extra-74c041b762e3fea2e83f6fee3271c3e294a79d77.tar.gz
nutyx-extra-74c041b762e3fea2e83f6fee3271c3e294a79d77.tar.bz2
nutyx-extra-74c041b762e3fea2e83f6fee3271c3e294a79d77.tar.xz
nutyx-extra-74c041b762e3fea2e83f6fee3271c3e294a79d77.zip
maj de gdb#7.2-2
Diffstat (limited to 'extra/gdb')
-rw-r--r--extra/gdb/.footprint14
-rw-r--r--extra/gdb/Pkgfile16
2 files changed, 15 insertions, 15 deletions
diff --git a/extra/gdb/.footprint b/extra/gdb/.footprint
index 8972e3c8a..4cb01cd0d 100644
--- a/extra/gdb/.footprint
+++ b/extra/gdb/.footprint
@@ -4,18 +4,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gdbserver
-rwxr-xr-x root/root usr/bin/gdbtui
drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/ansidecl.h
--rw-r--r-- root/root usr/include/bfd.h
--rw-r--r-- root/root usr/include/bfdlink.h
--rw-r--r-- root/root usr/include/dis-asm.h
--rw-r--r-- root/root usr/include/symcat.h
drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libbfd.a
--rwxr-xr-x root/root usr/lib/libbfd.la
--rw-r--r-- root/root usr/lib/libiberty.a
-rwxr-xr-x root/root usr/lib/libinproctrace.so
--rw-r--r-- root/root usr/lib/libopcodes.a
--rwxr-xr-x root/root usr/lib/libopcodes.la
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gdb/
drwxr-xr-x root/root usr/share/gdb/python/
@@ -30,8 +20,6 @@ drwxr-xr-x root/root usr/share/gdb/syscalls/
-rw-r--r-- root/root usr/share/gdb/syscalls/sparc64-linux.xml
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/annotate.info.gz
--rw-r--r-- root/root usr/share/info/bfd.info.gz
--rw-r--r-- root/root usr/share/info/configure.info.gz
-rw-r--r-- root/root usr/share/info/dir.gz
-rw-r--r-- root/root usr/share/info/gdb.info-1.gz
-rw-r--r-- root/root usr/share/info/gdb.info-2.gz
@@ -48,8 +36,6 @@ drwxr-xr-x root/root usr/share/info/
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/fr/
drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/bfd.mo
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/opcodes.mo
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gdb.1.gz
diff --git a/extra/gdb/Pkgfile b/extra/gdb/Pkgfile
index 1894b8a4a..058c018ab 100644
--- a/extra/gdb/Pkgfile
+++ b/extra/gdb/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: expat, python
name=gdb
version=7.2
-release=1
+release=2
source=(http://ftp.gnu.org/gnu/gdb/$name-$version.tar.bz2)
build() {
@@ -13,5 +13,19 @@ cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
+ rm $PKG/usr/share/info/bfd.info
+ rm $PKG/usr/share/info/configure.info
+ rm $PKG/usr/include/ansidecl.h
+ rm $PKG/usr/include/bfd.h
+ rm $PKG/usr/include/bfdlink.h
+ rm $PKG/usr/include/dis-asm.h
+ rm $PKG/usr/include/symcat.h
+ rm $PKG/usr/lib/libbfd.a
+ rm $PKG/usr/lib/libbfd.la
+ rm $PKG/usr/lib/libiberty.a
+ rm $PKG/usr/lib/libopcodes.a
+ rm $PKG/usr/lib/libopcodes.la
+ rm $PKG/usr/share/locale/fr/LC_MESSAGES/bfd.mo
+ rm $PKG/usr/share/locale/fr/LC_MESSAGES/opcodes.mo
}