diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 16:19:10 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 16:19:10 +0000 |
commit | 72e402609c67650cef9c4f1d6e87ac223284ea39 (patch) | |
tree | 769e9d731b2605ae2cb79128ae52ae34b7ed8f74 /package | |
parent | 879c95de9efbf942037ecb5f768955bd4fe03ffd (diff) |
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.autotools.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 61b5fd16b..69a6ac36f 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -146,6 +146,7 @@ $(BUILD_DIR)/%/.stamp_extracted: $(BUILD_DIR)/%/.stamp_patched: NAMEVER = $($(PKG)_NAME)-$($(PKG)_VERSION) $(BUILD_DIR)/%/.stamp_patched: $(call MESSAGE,"Patching") + $(if $($(PKG)_PATCH),toolchain/patch-kernel.sh $(@D) $(DL_DIR) $($(PKG)_PATCH)) (if test -d package/$($(PKG)_NAME) ; then \ if test "$(wildcard package/$($(PKG)_NAME)/$(NAMEVER)*.patch)" ; then \ toolchain/patch-kernel.sh $(@D) package/$($(PKG)_NAME) $(NAMEVER)\*.patch || exit 1 ; \ |