projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
install in /usr instead of /usr/local/,
[openwrt.git]
/
package
/
robocfg
/
Makefile
diff --git
a/package/robocfg/Makefile
b/package/robocfg/Makefile
index
6f511c0
..
54daea8
100644
(file)
--- a/
package/robocfg/Makefile
+++ b/
package/robocfg/Makefile
@@
-13,7
+13,10
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,ROBOCFG,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.prepared:
$(eval $(call PKG_template,ROBOCFG,$(PKG_NAME),$(PKG_VERSION)-$(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.025876 seconds
and
4
git commands to generate.