diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-09 15:55:16 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-09 15:55:16 -0800 |
commit | 74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1 (patch) | |
tree | 59f7c27a3d83f8ede979e58407c0a40c2d75b10b /ct-ng.in | |
parent | 09cb590847e5e26e5bb029c1a2693cfa7a1e99b6 (diff) | |
download | crosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.tar.gz crosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.tar.bz2 crosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.zip |
Use enhanced framework for 'ct-ng update-samples'
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -145,7 +145,10 @@ defconfig: check-config $(SILENT)CT_VCHECK=save $(CONF) --defconfig=$${DEFCONFIG-defconfig} $(KCONFIG_TOP) upgradeconfig: .config check-config + $(SILENT)cp .config .config.before-upgrade $(SILENT)CT_UPGRADECONFIG=yes $(bash) $(CT_LIB_DIR)/scripts/version-check.sh .config + @$(CT_ECHO) "Saving .config as .config.before-olddefconfig before running 'ct-ng olddefconfig'" + $(SILENT)cp .config .config.before-olddefconfig $(SILENT)$(CONF) --olddefconfig $(KCONFIG_TOP) @$(CT_ECHO) "Done. You may now run 'ct-ng menuconfig' to edit the configuration." |