comparison lib/argp-standalone/argp-standalone.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents a9b53729d91b
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
52 --prefix= 52 --prefix=
53 make 53 make
54 make install DESTDIR=$DESTDIR 54 make install DESTDIR=$DESTDIR
55 install -Dm0644 argp.h $DESTDIR/include/argp.h 55 install -Dm0644 argp.h $DESTDIR/include/argp.h
56 rm -f $DESTDIR/lib/libargp.la 56 rm -f $DESTDIR/lib/libargp.la
57 rm -f $DESTDIR/lib/libargp.a
58 57
59 cd .. 58 cd ..
60 rm -rf $PKGNAME-$PKGVERSION 59 rm -rf $PKGNAME-$PKGVERSION
61 } 60 }