projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
demistifying make *clean targets, fix some clean targets issues
[openwrt.git]
/
obsolete-buildroot
/
make
/
wshaper.mk
diff --git
a/obsolete-buildroot/make/wshaper.mk
b/obsolete-buildroot/make/wshaper.mk
index
ff91090
..
d892a60
100644
(file)
--- a/
obsolete-buildroot/make/wshaper.mk
+++ b/
obsolete-buildroot/make/wshaper.mk
@@
-43,7
+43,7
@@
$(BUILD_DIR)/$(WSHAPER)/ipkg/control : $(BUILD_DIR)/$(WSHAPER)/.unpacked $(DL_D
# now that we have it all in place, just build it
$(BUILD_DIR)/$(WSHAPER_TARGET): $(BUILD_DIR)/$(WSHAPER)/ipkg/control
# now that we have it all in place, just build it
$(BUILD_DIR)/$(WSHAPER_TARGET): $(BUILD_DIR)/$(WSHAPER)/ipkg/control
- cd $(BUILD_DIR)/$(WSHAPER);
ipkg-buildpackage -c
+ cd $(BUILD_DIR)/$(WSHAPER);
$(IPKG_BUILDPACKAGE)
This page took
0.022052 seconds
and
4
git commands to generate.