Changeset 1b4c85d in freewrt
- Timestamp:
- Jul 25, 2006, 3:20:59 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- f266cab
- Parents:
- 86ea442
- File:
-
- 1 edited
-
package/rules.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/rules.mk
r86ea442 r1b4c85d 60 60 rm -rf ${WRKSRC} ${WRKBUILD} 61 61 ${EXTRACT_CMD} 62 [ ! -d ./patches ] || $(PREVENT_PATCH) $(PATCH) $(WRKSRC) ./patches 62 [ ! -d ./patches ] || $(PREVENT_PATCH) $(PATCH) $(WRKSRC) ./patches \ 63 '{patch-*,*.patch}' 64 [ ! -d ./patches ] || (fgrep -q '@@ -0,0 ' patches/{patch-*,*.patch} \ 65 >/dev/null 2>&1 && touch ${WRKSRC}/.patched-newfiles || :) 63 66 [ ! -d ./extra ] || (cd extra; $(PREVENT_PATCH) pax -rw . ${WRKSRC}/) 64 67 touch $(WRKBUILD)/.prepared
Note:
See TracChangeset
for help on using the changeset viewer.
