projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling
[openwrt.git]
/
target
/
Makefile
diff --git
a/target/Makefile
b/target/Makefile
index
b039214
..
58fc5eb
100644
(file)
--- a/
target/Makefile
+++ b/
target/Makefile
@@
-16,9
+16,6
@@
clean: linux-clean utils-clean lzma-clean image_clean
image_clean:
rm -f $(BIN_DIR)/openwrt-*
-linux/package/%:
- $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
-
%-clean:
$(MAKE) -C $(patsubst %-clean,%,$@) clean
%-prepare:
This page took
0.022163 seconds
and
4
git commands to generate.