1
0
镜像自地址 git://projects.qi-hardware.com/openwrt-xburst.git 已同步 2025-04-21 12:27:27 +03:00

fix ccache installation (#3942)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12515 3c298f89-4303-0410-b956-a3cf2f4a3e73
这个提交包含在:
nbd
2008-09-03 13:42:54 +00:00
父节点 cac3130d22
当前提交 42f1d8f151

查看文件

@@ -23,9 +23,7 @@ ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
endef
define Build/Install
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(STAGING_DIR_HOST)" \
install
$(MAKE) -C $(PKG_BUILD_DIR) install
endef
define Build/Clean