comparison dev/binutils/binutils.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents e04f8a4f9321
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
73 --with-system-zlib \ 73 --with-system-zlib \
74 $with_nls \ 74 $with_nls \
75 $with_gdb 75 $with_gdb
76 make 76 make
77 make install DESTDIR=$DESTDIR 77 make install DESTDIR=$DESTDIR
78 rm -f $DESTDIR/lib/*.la 78 find $DESTDIR -type f -name "*.la" -delete
79 79
80 cd .. 80 cd ..
81 rm -rf $PKGNAME-$PKGVERSION 81 rm -rf $PKGNAME-$PKGVERSION
82 } 82 }