From mboxrd@z Thu Jan 1 00:00:00 1970 From: SungHyun Nam Date: Thu, 13 Jan 2011 09:16:30 +0900 Subject: [U-Boot] [patch] u-boot powerpc build error In-Reply-To: <20110112073345.36D38CEFAB6@gemini.denx.de> References: <4D2D324C.3010607@gmail.com> <20110112073345.36D38CEFAB6@gemini.denx.de> Message-ID: <4D2E445E.9030903@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > > In message<4D2D324C.3010607@gmail.com> you wrote: >> Hello, >> >> I met this error (use GNU make 3.80). >> >> $ make MPC885ADS_config >> $ make >> /home/namsh/work/u-boot/arch/powerpc/config.mk:35: Extraneous text after >> `else' directive >> /home/namsh/work/u-boot/arch/powerpc/config.mk:37: *** only one `else' >> per conditional. Stop. > > Can you please submit this as a proper patch, i. e. with a proper > commit message and your Signed-off-by: line? Please see > http://www.denx.de/wiki/U-Boot/Patches for details. After sending a patch, I noticed I need GNU make 3.81 and now I use it to build U-Boot. 3.81 was released at 2006. So that, I think modifying all the makefiles to support 3.80 or older is not good. Hmm, you may want to add a section like 'SOFTWARE REQUIREMENTS'. regards, namsh