Changeset 7ffa231 in freewrt
- Timestamp:
- Jul 27, 2006, 7:38:04 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- c2b7f78
- Parents:
- 3e1f33c
- File:
-
- 1 edited
-
package/rules.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/rules.mk
r3e1f33c r7ffa231 1 # invoke ipkg with configuration in $(STAGING_DIR)/etc/ipkg.conf1 # $FreeWRT$ 2 2 3 3 ifneq (${PKG_SOURCE_URL},) … … 61 61 ${EXTRACT_CMD} 62 62 [ ! -d ./patches ] || $(PREVENT_PATCH) $(PATCH) $(WRKSRC) ./patches \ 63 '{patch-*,*.patch}'63 {patch-*,*.patch} 64 64 [ ! -d ./patches ] || (fgrep -q '@@ -0,0 ' patches/{patch-*,*.patch} \ 65 65 >/dev/null 2>&1 && touch ${WRKSRC}/.patched-newfiles || :)
Note:
See TracChangeset
for help on using the changeset viewer.
