projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more cosmetic makefile fixes
[openwrt.git]
/
openwrt
/
package
/
mtd
/
Makefile
diff --git
a/openwrt/package/mtd/Makefile
b/openwrt/package/mtd/Makefile
index
18ebc90
..
0ff1945
100644
(file)
--- a/
openwrt/package/mtd/Makefile
+++ b/
openwrt/package/mtd/Makefile
@@
-13,7
+13,10
@@
$(eval $(call PKG_template,MTD,$(PKG_NAME),$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,MTD_STATIC,mtd-static,$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.prepared:
$(eval $(call PKG_template,MTD_STATIC,mtd-static,$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.prepared:
- mkdir -p $@
+ mkdir -p $(PKG_BUILD_DIR)
+ touch $@
+
+$(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
touch $@
$(PKG_BUILD_DIR)/.built:
This page took
0.020795 seconds
and
4
git commands to generate.