X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=tools%2Fquilt%2FMakefile;h=a57d8844f94fe851c745832394359eed969e40bf;hp=49da92b7344f81ae5101baee49cf6120a3fe9a00;hb=3df4ea71920381a95920f6ecd252e93fb2ca8c84;hpb=21994b96774711f3385d7c146e3fb49552f1d835 diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 49da92b73..a57d8844f 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -15,15 +15,21 @@ PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0 include $(INCLUDE_DIR)/host-build.mk -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) SHELL="$(BASH)" +define Host/Configure + cd $(HOST_BUILD_DIR) && autoconf + $(call Host/Configure/Default) + [ -f $(HOST_BUILD_DIR)/Makefile ] endef -define Build/Install - $(MAKE) -C $(PKG_BUILD_DIR) SHELL="$(BASH)" install +define Host/Compile + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" all lib/backup-files 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