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-prev] [day] [month] [year] [list]
Date:	Tue, 2 Nov 2010 15:02:43 +0800
From:	Américo Wang <xiyou.wangcong@...il.com>
To:	Elvis Dowson <elvis.dowson@....com>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: How to prevent + being appended to kernel image name

On Tue, Oct 26, 2010 at 12:26:20AM +0400, Elvis Dowson wrote:
>Hi,
>
>On Oct 25, 2010, at 11:54 PM, Elvis Dowson wrote:
>
>> How can I prevent the + symbol from being prefixed to the kernel image name? 
>
>I found the solution. You can disable the plus sign is the LOCALVERSION environment variable or make variable:
>
>make LOCALVERSION= all
>
>make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- LOCALVERSION=  -j6 uImage
>

Correct, kbuild will append '+' if you modify the source code unless you provide
LOCALVERSION=.

--
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