Changeset 7f46127 in freewrt


Ignore:
Timestamp:
Jan 6, 2007, 4:39:57 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
3e6104f
Parents:
e0050b1
Message:
  • unbreak patching: typo
  • prevent warning

git-svn-id: svn://www.freewrt.org/branches/common-adk@1433 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/buildhlp.mk

    re0050b1 r7f46127  
    7575                $(PREVENT_PATCH) $(PATCH) $(WRKSRC) ./patches \
    7676                    '{patch-*,*.patch}'; \
    77                 if fgrep '@@ -0,0 ' $(find patches/{patch-*,*.patch} \
    78                     ! -name '*.orig') >/dev/null 2>&1; then \
     77                if fgrep '@@ -0,0 ' $$(find patches/{patch-*,*.patch} \
     78                    ! -name '*.orig' 2>/dev/null) >/dev/null 2>&1; then \
    7979                        touch ${WRKSRC}/.patched-newfiles; \
    8080                fi; \
Note: See TracChangeset for help on using the changeset viewer.