Changeset 5539 for luci/trunk/contrib/uci/Makefile
- Timestamp:
- 11/14/09 15:41:31 (4 years ago)
- Files:
-
- 1 modified
-
luci/trunk/contrib/uci/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/uci/Makefile
r5416 r5539 21 21 wget -O $@ "$(UCI_URL)" || rm -f $@ 22 22 23 $(UCI_PATCHDIR)/series: 24 (cd $(UCI_PATCHDIR); ls *.patch | sort > series) 25 26 $(UCI_DIR)/.prepared: $(UCI_PATCHDIR)/series $(UCI_FILE) 23 $(UCI_DIR)/.prepared: $(UCI_FILE) 27 24 rm -rf $(UCI_DIR) 28 25 tar xvfz $(UCI_FILE) 26 (cd $(UCI_PATCHDIR); ls *.patch | sort > series) || true 29 27 [ -f "$(UCI_PATCHDIR)/series" ] && while read patch; do \ 30 28 patch -d $(UCI_DIR) -p1 < $(UCI_PATCHDIR)/$$patch; \
