comparison dev/binutils/binutils.sh @ 382:ebca5f1df2e4 0.1.0

vanilla: remove libtool files
author David Demelier <markand@malikania.fr>
date Mon, 01 Apr 2019 13:06:51 +0200
parents 605b4a7b264a
children 515778c3a417
comparison
equal deleted inserted replaced
381:6cfc4648ffab 382:ebca5f1df2e4
77 --with-system-zlib \ 77 --with-system-zlib \
78 $with_nls \ 78 $with_nls \
79 $with_gdb 79 $with_gdb
80 make tooldir=/usr 80 make tooldir=/usr
81 make tooldir=/usr install DESTDIR=$DESTDIR 81 make tooldir=/usr install DESTDIR=$DESTDIR
82 rm -f $DESTDIR/usr/lib/libbfd.la
83 rm -f $DESTDIR/usr/lib/libopcodes.la
84
82 85
83 popd 86 popd
84 rm -rf $PKGNAME-$PKGVERSION 87 rm -rf $PKGNAME-$PKGVERSION
85 } 88 }