mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
Merge pull request #1470 from antmak/patch-1
Make `ct-ng oldconfig` work again after kconfig updating
This commit is contained in:
commit
572ebc6b7d
2
ct-ng.in
2
ct-ng.in
@ -129,7 +129,7 @@ menuconfig nconfig: check-config
|
||||
oldconfig: .config check-config
|
||||
@$(CT_ECHO) " CONF $@"
|
||||
@$(bash) $(CT_LIB_DIR)/scripts/version-check.sh .config
|
||||
$(SILENT)$(CONF) --silent$@ $(KCONFIG_TOP)
|
||||
$(SILENT)$(CONF) --syncconfig $(KCONFIG_TOP)
|
||||
|
||||
olddefconfig: .config check-config
|
||||
@$(CT_ECHO) " CONF $@"
|
||||
|
Loading…
Reference in New Issue
Block a user