comparison dev/binutils/binutils.sh @ 1018:a0efa9896267

vanilla: cleanup trailing spaces
author David Demelier <markand@malikania.fr>
date Thu, 29 Aug 2019 23:30:00 +0200
parents a133976e0783
children ddab65a5b3f5
comparison
equal deleted inserted replaced
1017:5a9a3c385cd9 1018:a0efa9896267
71 --disable-werror \ 71 --disable-werror \
72 --enable-shared \ 72 --enable-shared \
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 find $DESTDIR -type f -name "*.la" -delete 78 find $DESTDIR -type f -name "*.la" -delete
79 79
80 cd .. 80 cd ..
81 rm -rf $PKGNAME-$PKGVERSION 81 rm -rf $PKGNAME-$PKGVERSION