projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify configure and add target optimizations,
[openwrt.git]
/
openwrt
/
package
/
setserial
/
Makefile
diff --git
a/openwrt/package/setserial/Makefile
b/openwrt/package/setserial/Makefile
index
204ccc2
..
a4f84f9
100644
(file)
--- a/
openwrt/package/setserial/Makefile
+++ b/
openwrt/package/setserial/Makefile
@@
-1,3
+1,5
@@
+# $Id$
+
include $(TOPDIR)/rules.mk
PKG_NAME:=setserial
include $(TOPDIR)/rules.mk
PKG_NAME:=setserial
@@
-40,12
+42,12
@@
$(PKG_BUILD_DIR)/.configured:
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
)
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
)
- touch $
(PKG_BUILD_DIR)/.configured
+ touch $
@
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
all
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
all
- touch $
(PKG_BUILD_DIR)/.built
+ touch $
@
$(IPKG_SETSERIAL):
install -d -m0755 $(IDIR_SETSERIAL)/etc/init.d
$(IPKG_SETSERIAL):
install -d -m0755 $(IDIR_SETSERIAL)/etc/init.d
This page took
0.023475 seconds
and
4
git commands to generate.