mirror of https://gitee.com/openkylin/apr.git
Install a set of random build files too
Gbp-Pq: Name ship_find_apr.m4.patch
This commit is contained in:
parent
62e3e057d5
commit
d0adca284b
|
@ -94,6 +94,15 @@ install: $(TARGETS)
|
|||
done
|
||||
$(INSTALL_DATA) build/apr_rules.out $(DESTDIR)$(installbuilddir)/apr_rules.mk
|
||||
$(INSTALL) -m 755 apr-config.out $(DESTDIR)$(bindir)/$(APR_CONFIG)
|
||||
|
||||
if [ ! -d $(DESTDIR)$(installbuilddir) ]; then \
|
||||
$(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuilddir); \
|
||||
fi
|
||||
for file in install.sh gen-build.py get-version.sh ; do \
|
||||
$(LIBTOOL) --mode=install cp $(top_srcdir)/build/$$file \
|
||||
$(DESTDIR)$(installbuilddir)/$$file ; \
|
||||
done
|
||||
|
||||
@if [ $(INSTALL_SUBDIRS) != "none" ]; then \
|
||||
for i in $(INSTALL_SUBDIRS); do \
|
||||
( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
|
||||
|
|
Loading…
Reference in New Issue