mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
fix ccache error
SVN-Revision: 4723
This commit is contained in:
parent
c443509658
commit
3c4b1423e0
@ -67,7 +67,7 @@ define Build/Compile
|
|||||||
rm -rf $(PKG_INSTALL_DIR)
|
rm -rf $(PKG_INSTALL_DIR)
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
|
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
|
||||||
MAKEDEPPROG="$(TARGET_CC)" \
|
MAKEDEPPROG="$(TARGET_CROSS)gcc" \
|
||||||
depend
|
depend
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
|
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user