Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/Makefile.help


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/Makefile.help

    r2725 r3232  
    2626    @echo '               is unusable. Afterwards use it like:'
    2727    @echo '               make SED="$(objtree)/sed"'
     28    @$(if $(boards), \
     29        $(foreach b, $(boards), \
     30        printf "  %-21s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \
     31        echo '')
    2832    @echo
    2933    @echo 'Installation:'
Note: See TracChangeset for help on using the changeset viewer.