projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix ar7 image builder
[openwrt.git]
/
openwrt
/
package
/
setserial
/
Makefile
diff --git
a/openwrt/package/setserial/Makefile
b/openwrt/package/setserial/Makefile
index
a4f84f9
..
5c3565a
100644
(file)
--- a/
openwrt/package/setserial/Makefile
+++ b/
openwrt/package/setserial/Makefile
@@
-56,3
+56,9
@@
$(IPKG_SETSERIAL):
install -m0755 $(PKG_BUILD_DIR)/setserial $(IDIR_SETSERIAL)/usr/sbin/
$(RSTRIP) $(IDIR_SETSERIAL)
$(IPKG_BUILD) $(IDIR_SETSERIAL) $(PACKAGE_DIR)
+
+mostlyclean:
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ clean
+ rm -f $(PKG_BUILD_DIR)/.built
+
This page took
0.023241 seconds
and
4
git commands to generate.