Show
Ignore:
Timestamp:
07/01/09 14:26:11 (8 months ago)
Author:
stepan
Message:

let abuild autodetect the coreboot path a bit better. So in the top level of
coreboot you can now do:

$ util/abuild/abuild -t foo/bar

instead of

$ util/abuild/abuild -t foo/bar $PWD

Signed-off-by: Stefan Reinauer <stepan@…>
Acked-by: Stefan Reinauer <stepan@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/util/abuild/abuild

    r4384 r4388  
    604604target="" 
    605605buildall=false 
    606 LBROOT=$( cd ../..; pwd ) 
    607606verbose=false 
     607 
     608test -f util/newconfig/config.g && LBROOT=$( pwd ) 
     609test -f ../util/newconfig/config.g && LBROOT=$( cd ..; pwd ) 
     610test "$LBROOT" = "" && LBROOT=$( cd ../..; pwd ) 
    608611 
    609612# parse parameters.. try to find out whether we're running GNU getopt