16 lines
1.2 KiB
CMake
16 lines
1.2 KiB
CMake
message(" config - Update current config utilising a line-oriented program")
|
|
message(" nconfig - Update current config utilising a ncurses menu based program")
|
|
message(" menuconfig - Update current config utilising a menu based program")
|
|
message(" xconfig - Update current config utilising a QT based front-end")
|
|
message(" gconfig - Update current config utilising a GTK based front-end")
|
|
message(" oldconfig - Update current config utilising a provided .config as base")
|
|
message(" silentoldconfig - Same as oldconfig, but quietly, additionally update deps")
|
|
message(" defconfig - New config with default from ARCH supplied defconfig")
|
|
message(" savedefconfig - Save current config as ./defconfig (minimal config)")
|
|
message(" allnoconfig - New config where all options are answered with no")
|
|
message(" allyesconfig - New config where all options are accepted with yes")
|
|
message(" alldefconfig - New config with all symbols set to default")
|
|
message(" randconfig - New config with random answer to all options")
|
|
message(" listnewconfig - List new options")
|
|
message(" olddefconfig - Same as silentoldconfig but sets new symbols to their default value")
|