mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 06:25:55 +02:00
Add wrapper around aclocal which also search in the targets staging dir aclocal
folder for m4 files. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12929 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e378dbfeab
commit
e57a3cb7f2
@ -27,6 +27,9 @@ endef
|
|||||||
|
|
||||||
define Build/Install
|
define Build/Install
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) install
|
$(MAKE) -C $(PKG_BUILD_DIR) install
|
||||||
|
mv $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal.real
|
||||||
|
$(INSTALL_BIN) ./files/aclocal $(STAGING_DIR_HOST)/bin
|
||||||
|
ln -f $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.9
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Clean
|
define Build/Clean
|
||||||
|
5
tools/automake/files/aclocal
Executable file
5
tools/automake/files/aclocal
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
aclocal.real \
|
||||||
|
-I ${STAGING_DIR}/host/share/aclocal \
|
||||||
|
-I ${STAGING_DIR}/usr/share/aclocal \
|
||||||
|
$@
|
Loading…
Reference in New Issue
Block a user