Changeset 343
- Timestamp:
- Sep 28, 2012, 2:36:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/openwrt/openwrt.mk
r336 r343 121 121 122 122 openwrt/files-copy: openwrt/patch 123 cd $(FILES_DIR_OPENWRT) && find -type f | while read f; do \ 124 mkdir -p $(OPENWRT_BUILD_DIR)/$$(dirname $$f); \ 125 cp -v $$f $(OPENWRT_BUILD_DIR)/$$(dirname $$f) ;\ 126 done 123 tar -C $(FILES_DIR_OPENWRT) --exclude-vcs -cpf - . | \ 124 tar -C $(OPENWRT_BUILD_DIR) -xpf - && \ 127 125 touch $@ 128 126 … … 168 166 rm -f openwrt/checkout 169 167 rm -f openwrt/patch 170 rm -f openwrt/copy-files 168 rm -f openwrt/files-copy 169
Note: See TracChangeset
for help on using the changeset viewer.