projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove wlconf
[openwrt.git]
/
package
/
robocfg
/
Makefile
diff --git
a/package/robocfg/Makefile
b/package/robocfg/Makefile
index
980872f
..
6f511c0
100644
(file)
--- a/
package/robocfg/Makefile
+++ b/
package/robocfg/Makefile
@@
-1,3
+1,4
@@
+# $Id$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
@@
-13,13
+14,14
@@
$(eval $(call PKG_template,ROBOCFG,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(A
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $@
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $@
+ touch $@
$(PKG_BUILD_DIR)/.built:
$(PKG_BUILD_DIR)/.built:
- $(TARGET_CC) -o $(PKG_BUILD_DIR)/robocfg robocfg.c
- $(STRIP) $(PKG_BUILD_DIR)/robocfg
+ $(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/robocfg robocfg.c
touch $@
$(IPKG_ROBOCFG):
touch $@
$(IPKG_ROBOCFG):
- mkdir -p $(IDIR_ROBOCFG)/sbin
- install -m 0755 $(PKG_BUILD_DIR)/robocfg $(IDIR_ROBOCFG)/sbin/robocfg
+ install -d -m0755 $(IDIR_ROBOCFG)/sbin
+ install -m0755 $(PKG_BUILD_DIR)/robocfg $(IDIR_ROBOCFG)/sbin/
+ $(RSTRIP) $(IDIR_ROBOCFG)
$(IPKG_BUILD) $(IDIR_ROBOCFG) $(PACKAGE_DIR)
$(IPKG_BUILD) $(IDIR_ROBOCFG) $(PACKAGE_DIR)
This page took
0.025477 seconds
and
4
git commands to generate.