projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
preliminary 2.6.30 support
[openwrt.git]
/
tools
/
quilt
/
Makefile
diff --git
a/tools/quilt/Makefile
b/tools/quilt/Makefile
index
49da92b
..
b87d776
100644
(file)
--- a/
tools/quilt/Makefile
+++ b/
tools/quilt/Makefile
@@
-15,15
+15,20
@@
PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) SHELL="$(BASH)"
+define Host/Configure
+ $(call Host/Configure/Default)
+ [ -f $(HOST_BUILD_DIR)/Makefile ]
endef
endef
-define
Build/Install
- $(MAKE) -C $(
PKG_BUILD_DIR) SHELL="$(BASH)" install
+define
Host/Compile
+ $(MAKE) -C $(
HOST_BUILD_DIR) SHELL="$(BASH)"
endef
endef
-define Build/Clean
+define Host/Install
+ $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install
+endef
+
+define Host/Clean
rm -f $(STAGING_DIR_HOST)/bin/quilt
endef
rm -f $(STAGING_DIR_HOST)/bin/quilt
endef
This page took
0.021773 seconds
and
4
git commands to generate.