Changeset 7f46127 in freewrt
- Timestamp:
- Jan 6, 2007, 4:39:57 PM (19 years ago)
- Children:
- 3e6104f
- Parents:
- e0050b1
- File:
-
- 1 edited
-
mk/buildhlp.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mk/buildhlp.mk
re0050b1 r7f46127 75 75 $(PREVENT_PATCH) $(PATCH) $(WRKSRC) ./patches \ 76 76 '{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 \ 79 79 touch ${WRKSRC}/.patched-newfiles; \ 80 80 fi; \
Note:
See TracChangeset
for help on using the changeset viewer.
