lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 02 Feb 2008 16:13:40 +0100
From:	Massimo Maiurana <maiurana@...il.com>
To:	sam@...nborg.org
CC:	linux-kernel@...r.kernel.org
Subject: [PATCH] kconfig: fix target update-po-config in Makefile

Due to recent changes in arch/cris, "make update-po-config" fails
because it can't include arch/cris/arch as it is a symlink generated
at build time.
Patch below fixes this by creating, and then removing at the end, a
symlink to arch/cris/arch-v10 (should it point to arch-v32? arch-v10
contains more help messages).

Signed-off-by: Massimo Maiurana <maiurana@...il.com>

---
diff -Nru linux/scripts/kconfig/Makefile linux.new/scripts/kconfig/Makefile
--- linux/scripts/kconfig/Makefile	2008-01-25 13:05:12.000000000 +0100
+++ linux.new/scripts/kconfig/Makefile	2008-02-02 15:40:48.000000000 +0100
@@ -35,13 +35,14 @@
 	    --output $(obj)/config.pot
 	$(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot
 	$(Q)ln -fs Kconfig.i386 arch/um/Kconfig.arch
+	$(Q)ln -fs arch-v10 arch/cris/arch
 	(for i in `ls arch/`;                            \
 	do                                               \
 	    $(obj)/kxgettext arch/$$i/Kconfig;           \
 	done ) >> $(obj)/config.pot
 	msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
 	    --output $(obj)/linux.pot
-	$(Q)rm -f arch/um/Kconfig.arch
+	$(Q)rm -f arch/um/Kconfig.arch arch/cris/arch
 	$(Q)rm -f $(obj)/config.pot

 PHONY += randconfig allyesconfig allnoconfig allmodconfig defconfig


-- 
       Massimo Maiurana         massimo<at>ragusa.linux.it
       http://massimo.solira.org       GPG keyID #7044D601

Articolo 11 - L'Italia ripudia la guerra come strumento di offesa
alla libertà degli altri popoli e come mezzo di risoluzione delle
controversie internazionali....

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ