[coreboot] buildrom bug

Myles Watson mylesgw at gmail.com
Mon Apr 28 17:40:16 CEST 2008


> > > @@ -31,13 +35,19 @@
> > >  $(GEODE_PADDED_VSA): $(GEODE_COMPRESSED_VSA)
> > >  	@ cp $< $@
> > >  	@ (size=`stat -c %s $<`; count=`expr $(GEODE_VSA_SIZE) - $$size`; \
> > > -	@ dd if=/dev/zero bs=1 count=$$count  >> $@ 2> /dev/null)
> > > +	dd if=/dev/zero bs=1 count=$$count  >> $@ 2> /dev/null)
> >
> > On purpose?
> yes - the @ is a makeism - the second @ was in the shell and freaking
> out sh.

Can you indent the dd so that it's obvious that it's part of the previous
line?

Thanks,
Myles





More information about the coreboot mailing list