[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <28DC96E3-C6A9-4D5D-984F-C11EB7E932FC@mac.com>
Date: Tue, 26 Oct 2010 00:26:20 +0400
From: Elvis Dowson <elvis.dowson@....com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: How to prevent + being appended to kernel image name
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
Elvis Dowson
--
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