Changeset 2725 in MondoRescue for branches/2.2.9/mindi-busybox/Makefile.help


Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

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

    r1765 r2725  
    77    @echo '  clean          - delete temporary files created by build'
    88    @echo '  distclean      - delete all non-source files (including .config)'
     9    @echo '  doc-clean      - delete all generated documentation'
    910    @echo
    1011    @echo 'Build:'
     
    1718    @echo '  allnoconfig        - disable all symbols in .config'
    1819    @echo '  allyesconfig       - enable all symbols in .config (see defconfig)'
    19     @echo '  allbareconfig      - enable all applets without any sub-features'
    2020    @echo '  config     - text based configurator (of last resort)'
    2121    @echo '  defconfig      - set .config to largest generic configuration'
     
    2525    @echo '               You can use these commands if the commands on the host'
    2626    @echo '               is unusable. Afterwards use it like:'
    27     @echo '           make SED="$(objtree)/sed"'
     27    @echo '               make SED="$(objtree)/sed"'
    2828    @echo
    2929    @echo 'Installation:'
    30     @echo '  install        - install busybox into $(CONFIG_PREFIX)'
     30    @echo '  install        - install busybox into CONFIG_PREFIX'
    3131    @echo '  uninstall'
    3232    @echo
Note: See TracChangeset for help on using the changeset viewer.