mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 07:30:33 +00:00
Do not install the v35 archives (-50MB) in make install
##build
This commit is contained in:
parent
c6acdc3926
commit
64620755d8
@ -234,7 +234,7 @@ install: install-includes install-pkgconfig
|
||||
${INSTALL_LIB} "$$lib" "${DESTDIR}${LIBDIR}/$$lib"; \
|
||||
fi
|
||||
# object archives
|
||||
@for FILE in `find * -type f -iname "*.${EXT_AR}" | grep -v fs/p` ; do \
|
||||
@for FILE in `find * -type f -iname "*.${EXT_AR}" | grep -v dis.a | grep -v fs/p` ; do \
|
||||
echo " ${DESTDIR}${LIBDIR}/$$FILE"; ${INSTALL_DATA} $$FILE "${DESTDIR}${LIBDIR}" ; done || true
|
||||
# plugins
|
||||
@${INSTALL_DIR} "${DESTDIR}${LIBDIR}/radare2/${VERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user