[Buildroot] [PATCH 1/2] Makefile.package.in: Makes it possible to override the default extract commands
Allan Nielsen
a at awn.dk
Mon Apr 11 10:45:21 UTC 2011
Hey
The removal of $(Q) was not on purpose, I guess I should be more
careful when "git add -i".
I will post a new commit with out the missing $(Q), and with an
example in the commit message.
2011/4/11 Daniel Nyström <daniel.nystrom at timeterminal.se>:
> Hi Allan!
>
> Interesting patch. Would you mind describing a common use case in the
> longer commit message?
>
>> @@ -261,7 +271,7 @@ $(BUILD_DIR)/%/.stamp_patched: NAMEVER = $($(NOHOSTPKG)_NAME)-$($(PKG)_VERSION)
>> $(BUILD_DIR)/%/.stamp_patched:
>> @$(call MESSAGE,"Patching $($(PKG)_DIR_PREFIX)/$($(PKG)_NAME)")
>> $(if $($(PKG)_PATCH),toolchain/patch-kernel.sh $(@D) $(DL_DIR) $($(PKG)_PATCH))
>> - $(Q)( \
>> + ( \
>> if test -d $($(PKG)_DIR_PREFIX)/$($(NOHOSTPKG)_NAME); then \
>> if test "$(wildcard $($(PKG)_DIR_PREFIX)/$($(NOHOSTPKG)_NAME)/$(NAMEVER)*.patch*)"; then \
>> toolchain/patch-kernel.sh $(@D) $($(PKG)_DIR_PREFIX)/$($(NOHOSTPKG)_NAME) $(NAMEVER)\*.patch $(NAMEVER)\*.patch.$(ARCH) || exit 1; \
>
> How does this removal of $(Q) relate to the new feature?
>
More information about the buildroot
mailing list