On 16/06/2009, Carl-Daniel Hailfinger <[email protected]> wrote: > On 15.06.2009 15:32, Maciej Pijanka wrote: >> it migth help with catching unusual uname output >> >> Signed-Off-by: Maciej Pijanka <[email protected] >> >> Index: Makefile >> =================================================================== >> --- Makefile (revision 593) >> +++ Makefile (working copy) >> @@ -30,14 +30,15 @@ >> OS_ARCH = $(shell uname) >> ifneq ($(OS_ARCH), SunOS) >> > > Note the ifNeq. That means the else at the end with dummy-target will > trigger exactly when OS_ARCH=SunOS. > Or did I misunderstand the code flow here?
No, you are right, fixed version in attachment. -- Maciej Pijanka, PLD-Linux Developer, Reg Linux user #133161 POE/Perl user
micropatch.diff
Description: Binary data
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

