projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove reference to LINUX_VERSION not defined anymore for normal (non-kmod) package
[openwrt.git]
/
toolchain
/
ccache
/
ccache.mk
diff --git
a/toolchain/ccache/ccache.mk
b/toolchain/ccache/ccache.mk
index
e2fdd71
..
cafdcd3
100644
(file)
--- a/
toolchain/ccache/ccache.mk
+++ b/
toolchain/ccache/ccache.mk
@@
-83,7
+83,7
@@
ccache-clean:
$(MAKE) -C $(CCACHE_DIR1) uninstall
-$(MAKE) -C $(CCACHE_DIR1) clean
$(MAKE) -C $(CCACHE_DIR1) uninstall
-$(MAKE) -C $(CCACHE_DIR1) clean
-ccache-
dir
clean:
+ccache-
tool
clean:
rm -rf $(CCACHE_DIR1)
rm -rf $(CCACHE_DIR1)
@@
-147,5
+147,5
@@
ccache_target-clean:
rm -f $(TARGET_DIR)/$(CCACHE_TARGET_BINARY)
-$(MAKE) -C $(CCACHE_DIR2) clean
rm -f $(TARGET_DIR)/$(CCACHE_TARGET_BINARY)
-$(MAKE) -C $(CCACHE_DIR2) clean
-ccache_target-
dir
clean:
+ccache_target-
tool
clean:
rm -rf $(CCACHE_DIR2)
rm -rf $(CCACHE_DIR2)
This page took
0.032988 seconds
and
4
git commands to generate.