Changeset 4388 for trunk/coreboot-v2/util/abuild/abuild
- Timestamp:
- 07/01/09 14:26:11 (8 months ago)
- Files:
-
- 1 modified
-
trunk/coreboot-v2/util/abuild/abuild (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot-v2/util/abuild/abuild
r4384 r4388 604 604 target="" 605 605 buildall=false 606 LBROOT=$( cd ../..; pwd )607 606 verbose=false 607 608 test -f util/newconfig/config.g && LBROOT=$( pwd ) 609 test -f ../util/newconfig/config.g && LBROOT=$( cd ..; pwd ) 610 test "$LBROOT" = "" && LBROOT=$( cd ../..; pwd ) 608 611 609 612 # parse parameters.. try to find out whether we're running GNU getopt
