projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
change cp to $(CP)
[openwrt.git]
/
target
/
lzma
/
Makefile
diff --git
a/target/lzma/Makefile
b/target/lzma/Makefile
index
8969e3d
..
6e846c3
100644
(file)
--- a/
target/lzma/Makefile
+++ b/
target/lzma/Makefile
@@
-32,7
+32,7
@@
$(LZMA_DIR)/.built: $(LZMA_DIR)/.unpacked
touch $@
lzma: $(TARGETS)
touch $@
lzma: $(TARGETS)
-
cp -f
$^ $(LZMA_DIR)
+
$(CP)
$^ $(LZMA_DIR)
lzma-source: $(DL_DIR)/$(LZMA_SOURCE)
lzma-source: $(DL_DIR)/$(LZMA_SOURCE)
@@
-49,5
+49,5
@@
lzma-dirclean:
prepare: $(LZMA_DIR)/.unpacked
compile: lzma
install: lzma
prepare: $(LZMA_DIR)/.unpacked
compile: lzma
install: lzma
-
cp
$(LZMA_DIR)/lzma $(STAGING_DIR)/bin/
+
$(CP)
$(LZMA_DIR)/lzma $(STAGING_DIR)/bin/
clean: lzma-dirclean
clean: lzma-dirclean
This page took
0.025168 seconds
and
4
git commands to generate.