Changeset 432
- Timestamp:
- Oct 11, 2012, 8:18:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/openwrt/openwrt.mk
r431 r432 93 93 openwrt/patch: openwrt/checkout 94 94 rev=$(call get_svn_revision,$(OPENWRT_BUILD_DIR)) ; \ 95 retval=0 ; \96 95 find \ 97 96 $(OPENWRT_PATCH_DIRS) \ … … 114 113 done ; \ 115 114 rm -f openwrt/unpatch ; \ 116 exit $ retval115 exit $${retval} 117 116 118 117 openwrt/unpatch/force: … … 141 140 openwrt/unpatch: 142 141 rev=$(call get_svn_revision,$(OPENWRT_BUILD_DIR)) ; \ 143 retval=0 ; \144 142 find \ 145 143 $(OPENWRT_PATCH_DIRS) \ … … 162 160 rm -f openwrt/patch ; \ 163 161 touch $@ ; \ 164 exit $ retval162 exit $${retval} 165 163 endif 166 164
Note: See TracChangeset
for help on using the changeset viewer.