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
| ||
|
Message-ID: <6844644e0805281505g7dc813b9x5ee544e5fe957f6b@mail.gmail.com> Date: Wed, 28 May 2008 18:05:28 -0400 From: "Doug Reiland" <dreiland@...il.com> To: linux-kernel <linux-kernel@...r.kernel.org> Subject: KBUILD_DEFCONFIG change The following used to work: ARCH=ia64 KBUILD_DEFCONFIG=bigsur_defconfig make defconfig Now 2.6.25 makes you do: ARCH=ia64 make KBUILD_DEFCONFIG=bigsur_defconfig defconfig Is this my intent? It seems like the arch/<xxxx>/Makefile files should be: KBUILD_DEFCONFIG ?= generic_defconfig Instead of KBUILD_DEFCONFIG := generic_defconfig -- 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/