Changeset 110
- Timestamp:
- Mar 26, 2010 12:49:05 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/filo/build.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/filo/build.sh
r103 r110 11 11 12 12 GCCPREFIX=invalid 13 for gccprefixes in `pwd`/../c rossgcc/xgcc/bin/i386-elf- i386-elf- ""; do13 for gccprefixes in `pwd`/../coreboot/util/crossgcc/xgcc/bin/i386-elf- i386-elf- ""; do 14 14 TMP=`mktemp /tmp/temp.XXXX` 15 15 echo "mov %eax, %eax" > ${TMP}.s … … 51 51 $MAKE oldconfig 52 52 53 cd libpayload53 cd ../coreboot/payloads/libpayload 54 54 $MAKE distclean 55 55 cp configs/$CONFIG .config 56 56 $MAKE oldconfig 57 57 eval $MAKE $MAKEFLAGS 58 eval $MAKE $MAKEFLAGS DESTDIR=../ build install59 cd .. 58 eval $MAKE $MAKEFLAGS DESTDIR=../../../filo/build install 59 cd ../../../filo 60 60 61 61 eval $MAKE $MAKEFLAGS
Note: See TracChangeset
for help on using the changeset viewer.
