Searched hist:"32197 c7ffb06b1319850f8fdfa1a49d32a63b79b" (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/kconfig/ |
H A D | Makefile | diff 32197c7ffb06b1319850f8fdfa1a49d32a63b79b Wed Nov 25 15:14:49 CET 2009 Michal Marek <mmarek@suse.cz> kbuild: create include/generated in silentoldconfig
The toplevel Makefile creates the directory if it runs silentoldconfig automatically, but if run manually, it fails:
$ make mrproper $ make defconfig && make silentoldconfig *** Default configuration is based on 'x86_64_defconfig' # # configuration written to .config # scripts/kconfig/conf -s arch/x86/Kconfig
*** Error during update of the kernel configuration. ...
Move the mkdir command to the silentoldconfig target to make it work.
Signed-off-by: Michal Marek <mmarek@suse.cz>
|
/linux/ |
H A D | Makefile | diff 32197c7ffb06b1319850f8fdfa1a49d32a63b79b Wed Nov 25 15:14:49 CET 2009 Michal Marek <mmarek@suse.cz> kbuild: create include/generated in silentoldconfig
The toplevel Makefile creates the directory if it runs silentoldconfig automatically, but if run manually, it fails:
$ make mrproper $ make defconfig && make silentoldconfig *** Default configuration is based on 'x86_64_defconfig' # # configuration written to .config # scripts/kconfig/conf -s arch/x86/Kconfig
*** Error during update of the kernel configuration. ...
Move the mkdir command to the silentoldconfig target to make it work.
Signed-off-by: Michal Marek <mmarek@suse.cz>
|