Ignore:
Timestamp:
Oct 6, 2012, 11:30:42 PM (10 years ago)
Author:
amain
Message:

openwrt: add openwrt/(un)patch/force targets and success/fail messages to ease development of patches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/contrib/openwrt/patches/README

    r406 r412  
    2525<nnn>  is used to set order of application. Lower numbered patches are applied
    2626       first. The ordering is done by running the list of patches through
    27        `sort`, as a result,  "1000_foo" will be done before "200_bar".
     27       `sort`, as a result,  "1000_foo" will be done before "200_bar". Note that
     28       all patches in all patch directories are listed, sorted and then applied!
    2829
    2930<desc> contains a functional description of the patch. Usually separated by
     
    3940
    4041
    41 Make targets
    42 ------------
    43 make openwrt/patch
    44 maken openwrt/unpatch
     42Patch make targets
     43------------------
     44make openwrt/patch              - Exit when a patch fails
     45maken openwrt/unpatch           - Exit when an unpatch fails
     46make openwrt/patch/force        - Try to apply all patches
     47maken openwrt/unpatch/force     - Try to unapply all patches
     48
     49The force options are very usefull when developping.
    4550
    4651
Note: See TracChangeset for help on using the changeset viewer.