comparison lib/gmp/gmp.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 59a2fa6992bc
children ddab65a5b3f5
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
50 --enable-cxx \ 50 --enable-cxx \
51 --enable-fat \ 51 --enable-fat \
52 --enable-shared 52 --enable-shared
53 make 53 make
54 make install DESTDIR=$DESTDIR 54 make install DESTDIR=$DESTDIR
55 rm -f $DESTDIR/lib/libgmp*.la 55 find $DESTDIR -type f -name "*.la" -delete
56 56
57 cd .. 57 cd ..
58 rm -rf $PKGNAME-$PKGVERSION 58 rm -rf $PKGNAME-$PKGVERSION
59 } 59 }