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
/
picocom
/
Makefile
diff --git
a/package/picocom/Makefile
b/package/picocom/Makefile
index
1f07c61
..
f71665d
100644
(file)
--- a/
package/picocom/Makefile
+++ b/
package/picocom/Makefile
@@
-18,6
+18,9
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,PICOCOM,picocom,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
This page took
0.018742 seconds
and
4
git commands to generate.