[powerstation-owners] SLOF source code available

Adrian Reber adrian at lisas.de
Thu Dec 4 12:28:53 MST 2008


On Thu, Dec 04, 2008 at 10:24:43AM -0600, James Bottomley wrote:
[...]
> > http://lisas.de/~adrian/slof/slof.git
[...]
> There seems to be a bug in the build.  It won't build for me without
> this patch.

Thanks for the patch. I will apply it. I am bit curious, however. I know
this has been built by many people over the last few years and I never
heard of an error which would require this patch. Any idea why that
error happened for you. I would expect that the correct order of the
targets should be handled by the dependencies. 

> diff --git a/slof/Makefile.inc b/slof/Makefile.inc
> index a8b3a37..52068ca 100644
> --- a/slof/Makefile.inc
> +++ b/slof/Makefile.inc
> @@ -89,7 +89,7 @@ paflof: $(SLOFCMNDIR)/OF.lds $(SLOFCMNDIR)/ofw.o paflof.o $(SLOFCMNDIR)/entry.o
>  	@cp $@ $@.unstripped
>  	$(STRIP) -s $@
>  
> -paflof.o:
> +paflof.o: dict.xt
>  	$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(SLOFCMNDIR)/paflof.c
>  
>  $(SLOFCMNDIR)/xvect.bin: $(SLOFCMNDIR)/lowmem.o

		Adrian


More information about the powerstation-owners mailing list