[coreboot] r3378 - trunk/util/flashrom

Stefan Reinauer stepan at coresystems.de
Sun Jun 22 12:30:03 CEST 2008


svn at coreboot.org wrote:
> Author: stuge
> Date: 2008-06-22 04:00:39 +0200 (Sun, 22 Jun 2008)
> New Revision: 3378
>
> Modified:
>    trunk/util/flashrom/Makefile
> Log:
> flashrom: Some Makefile cleaning
>
> Signed-off-by: Peter Stuge <peter at stuge.se>
> Acked-by: Peter Stuge <peter at stuge.se>
>
>
> Modified: trunk/util/flashrom/Makefile
> ===================================================================
> --- trunk/util/flashrom/Makefile	2008-06-21 04:39:17 UTC (rev 3377)
> +++ trunk/util/flashrom/Makefile	2008-06-22 02:00:39 UTC (rev 3378)
> @@ -46,11 +46,11 @@
>  	$(CC) -c $(CFLAGS) $(SVNDEF) $(CPPFLAGS) $< -o $@
>  
>  clean:
> -	rm -f *.o *~
> +	rm -f $(PROGRAM) *.o *~
>  
>  distclean: clean
> -	rm -f $(PROGRAM) .dependencies
> -	
> +	rm -f .dependencies
> +
>   
Sorry, I don't like this ... it's not cleaning up but changing the
behavior.


-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866





More information about the coreboot mailing list