mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	kconfig: fix broken target update-po-config
Massimo Maiurana reported: In the latest kernel "make update-po-config" fails because it tries to open arch/Kconfig/Kconfig, since the ls command doesn't distinguish between files and directories. Cc: Massimo Maiurana <maiurana@gmail.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
		
							parent
							
								
									759cd603be
								
							
						
					
					
						commit
						4217516e52
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -36,10 +36,10 @@ update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h | |||
| 	    --output $(obj)/config.pot | ||||
| 	$(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot | ||||
| 	$(Q)ln -fs Kconfig.i386 arch/um/Kconfig.arch | ||||
| 	$(Q)(for i in `ls arch/`;                        \
 | ||||
| 	$(Q)(for i in `ls arch/*/Kconfig`;               \
 | ||||
| 	    do                                           \
 | ||||
| 		echo "  GEN $$i";                        \
 | ||||
| 		$(obj)/kxgettext arch/$$i/Kconfig        \
 | ||||
| 		$(obj)/kxgettext $$i                     \
 | ||||
| 		     >> $(obj)/config.pot;               \
 | ||||
| 	    done ) | ||||
| 	$(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Sam Ravnborg
						Sam Ravnborg