Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild

* 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
kconfig: adapt update-po-config to new UML layout

+2 -3
+2 -3
scripts/kconfig/Makefile
··· 60 60 --directory=$(srctree) --directory=$(objtree) \ 61 61 --output $(obj)/config.pot 62 62 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot 63 - $(Q)ln -fs Kconfig.x86 arch/um/Kconfig 64 - $(Q)(for i in `ls $(srctree)/arch/*/Kconfig`; \ 63 + $(Q)(for i in `ls $(srctree)/arch/*/Kconfig \ 64 + $(srctree)/arch/*/um/Kconfig`; \ 65 65 do \ 66 66 echo " GEN $$i"; \ 67 67 $(obj)/kxgettext $$i \ ··· 69 69 done ) 70 70 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \ 71 71 --output $(obj)/linux.pot 72 - $(Q)rm -f $(srctree)/arch/um/Kconfig 73 72 $(Q)rm -f $(obj)/config.pot 74 73 75 74 PHONY += allnoconfig allyesconfig allmodconfig alldefconfig randconfig