From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 8 Dec 2011 18:41:04 +0800 References: <1323260777-30119-1-git-send-email-sven@narfation.org> <1323260836-30163-1-git-send-email-sven@narfation.org> In-Reply-To: <1323260836-30163-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201112081841.04449.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Don't try to read commit information from target kernel Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday, December 07, 2011 20:27:16 Sven Eckelmann wrote: > It is possible that the kernel used to build the batman-adv module also > contains a .git directory. The makefile should not try to run git-describe > inside this kernel to prevent that wrong version information is stored in > the generated module. Applied in revision 9134518. Thanks, Marek