[coreboot] [v2] r4875 - in trunk/coreboot-v2: . src/arch/i386 util/cbfstool util/sconfig

Stefan Reinauer stepan at coresystems.de
Wed Oct 28 11:05:56 CET 2009


svn at coreboot.org wrote:
> Author: uwe
> Date: 2009-10-28 00:14:54 +0100 (Wed, 28 Oct 2009)
> New Revision: 4875
>
> Modified:
>    trunk/coreboot-v2/Makefile
>    trunk/coreboot-v2/src/arch/i386/Makefile.inc
>    trunk/coreboot-v2/util/cbfstool/Makefile.inc
>    trunk/coreboot-v2/util/sconfig/config.g
>    trunk/coreboot-v2/util/sconfig/parsedesc.g
>    trunk/coreboot-v2/util/sconfig/yapps2.py
> Log:
> Prefix all build output file names of files which end up in the build
> directory with "build/" for consistency (trivial, sort of).
>   

Not so good.. the directory might not be called "build"... maybe it
should be $(shell basename $(obj)) or something?

Also, it's kind of obvious that created file end op in %(obj) so this
seems to add more output but not more information ...

Can we change this to say "Output directory is: $(obj)" once, without
repeating it for every file?

I noticed that there are some hard codes of ./build in the Makefile,
too. That breaks as soon as someone adjusts $(obj).

Stefan

-- 
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