| | 17 | |
|---|
| | 18 | help: |
|---|
| | 19 | @echo 'Cleaning targets:' |
|---|
| | 20 | @echo ' clean - Remove bin and build_dir directories' |
|---|
| | 21 | @echo ' cleandir - Same as "clean", but also remove built toolchain' |
|---|
| | 22 | @echo ' distclean - Same as "cleandir", but also remove downloaded' |
|---|
| | 23 | @echo ' distfiles and .config' |
|---|
| | 24 | @echo '' |
|---|
| | 25 | @echo 'Configuration targets:' |
|---|
| | 26 | @echo ' config - Update current config utilising a line-oriented program' |
|---|
| | 27 | @echo ' menuconfig - Update current config utilising a menu based program' |
|---|
| | 28 | @echo ' (default when .config does not exist)' |
|---|
| | 29 | @echo ' oldconfig - Update current config utilising a provided .configs base' |
|---|
| | 30 | @echo ' allmodconfig - New config selecting modules when possible' |
|---|
| | 31 | @echo ' allnoconfig - New config where all options are answered with no' |
|---|
| | 32 | @echo '' |
|---|
| | 33 | @echo 'Other generic targets:' |
|---|
| | 34 | @echo ' all - Build everything as specified in .config' |
|---|
| | 35 | @echo ' (default if .config exists)' |
|---|
| | 36 | @echo ' v - Same as "all" but with logging to make.log enabled' |
|---|
| | 37 | @echo '' |
|---|
| | 38 | @echo 'Package specific targets (use with "package=<pkg-name>" parameter):' |
|---|
| | 39 | @echo ' fetch - Download the necessary distfile' |
|---|
| | 40 | @echo ' extract - Same as "fetch", but also extract the distfile' |
|---|
| | 41 | @echo ' patch - Same as "extract", but also patch the source' |
|---|
| | 42 | @echo ' package - Same as "patch", but also compile and build the package' |
|---|