Changeset 433
- Timestamp:
- Oct 11, 2012, 8:42:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/openwrt/openwrt.mk
r432 r433 121 121 ifndef FORCE_PATCH 122 122 openwrt/unpatch: openwrt/patch 123 pat=`tail -1 openwrt/patch`; \ 124 pati=$$(echo $${pat} | sed -e's!$(TOPDIR)/!!') ; \ 125 if ! patch -d "$(OPENWRT_BUILD_DIR)" -p1 -R < "$${pat}" ; \ 126 then \ 127 echo ">> fail: $${pati} (ignored)" > /dev/stderr ; \ 128 else \ 129 echo ">> success: $${pati}" ; \ 130 fi ; \ 123 131 tac openwrt/patch | \ 132 tail -n+2 | \ 124 133 while read pat ; \ 125 134 do \ … … 138 147 touch $@ 139 148 else 140 openwrt/unpatch: 149 openwrt/unpatch: openwrt/checkout 141 150 rev=$(call get_svn_revision,$(OPENWRT_BUILD_DIR)) ; \ 142 151 find \
Note: See TracChangeset
for help on using the changeset viewer.