configure (2d838d9bae05b76af574330cf6707527568abe03) | configure (c17a386b6afe608086aa4d260e29662865680b7f) |
---|---|
1#!/bin/sh 2# 3# qemu configure script (c) 2003 Fabrice Bellard 4# 5 6# Unset some variables known to interfere with behavior of common tools, 7# just as autoconf does. 8CLICOLOR_FORCE= GREP_OPTIONS= --- 7841 unchanged lines hidden (view full) --- 7850# UNLINK is used to remove symlinks from older development versions 7851# that might get into the way when doing "git update" without doing 7852# a "make distclean" in between. 7853DIRS="tests tests/tcg tests/tcg/lm32 tests/qapi-schema tests/qtest/libqos" 7854DIRS="$DIRS tests/qtest tests/qemu-iotests tests/vm tests/fp tests/qgraph" 7855DIRS="$DIRS docs docs/interop fsdev scsi" 7856DIRS="$DIRS pc-bios/optionrom pc-bios/s390-ccw" 7857DIRS="$DIRS roms/seabios" | 1#!/bin/sh 2# 3# qemu configure script (c) 2003 Fabrice Bellard 4# 5 6# Unset some variables known to interfere with behavior of common tools, 7# just as autoconf does. 8CLICOLOR_FORCE= GREP_OPTIONS= --- 7841 unchanged lines hidden (view full) --- 7850# UNLINK is used to remove symlinks from older development versions 7851# that might get into the way when doing "git update" without doing 7852# a "make distclean" in between. 7853DIRS="tests tests/tcg tests/tcg/lm32 tests/qapi-schema tests/qtest/libqos" 7854DIRS="$DIRS tests/qtest tests/qemu-iotests tests/vm tests/fp tests/qgraph" 7855DIRS="$DIRS docs docs/interop fsdev scsi" 7856DIRS="$DIRS pc-bios/optionrom pc-bios/s390-ccw" 7857DIRS="$DIRS roms/seabios" |
7858DIRS="$DIRS contrib/plugins/" |
|
7858LINKS="Makefile" 7859LINKS="$LINKS tests/tcg/lm32/Makefile" 7860LINKS="$LINKS tests/tcg/Makefile.target" 7861LINKS="$LINKS pc-bios/optionrom/Makefile" 7862LINKS="$LINKS pc-bios/s390-ccw/Makefile" 7863LINKS="$LINKS roms/seabios/Makefile" 7864LINKS="$LINKS pc-bios/qemu-icon.bmp" 7865LINKS="$LINKS .gdbinit scripts" # scripts needed by relative path in .gdbinit 7866LINKS="$LINKS tests/acceptance tests/data" 7867LINKS="$LINKS tests/qemu-iotests/check" 7868LINKS="$LINKS python" | 7859LINKS="Makefile" 7860LINKS="$LINKS tests/tcg/lm32/Makefile" 7861LINKS="$LINKS tests/tcg/Makefile.target" 7862LINKS="$LINKS pc-bios/optionrom/Makefile" 7863LINKS="$LINKS pc-bios/s390-ccw/Makefile" 7864LINKS="$LINKS roms/seabios/Makefile" 7865LINKS="$LINKS pc-bios/qemu-icon.bmp" 7866LINKS="$LINKS .gdbinit scripts" # scripts needed by relative path in .gdbinit 7867LINKS="$LINKS tests/acceptance tests/data" 7868LINKS="$LINKS tests/qemu-iotests/check" 7869LINKS="$LINKS python" |
7870LINKS="$LINKS contrib/plugins/Makefile " |
|
7869UNLINK="pc-bios/keymaps" 7870for bios_file in \ 7871 $source_path/pc-bios/*.bin \ 7872 $source_path/pc-bios/*.elf \ 7873 $source_path/pc-bios/*.lid \ 7874 $source_path/pc-bios/*.rom \ 7875 $source_path/pc-bios/*.dtb \ 7876 $source_path/pc-bios/*.img \ --- 200 unchanged lines hidden --- | 7871UNLINK="pc-bios/keymaps" 7872for bios_file in \ 7873 $source_path/pc-bios/*.bin \ 7874 $source_path/pc-bios/*.elf \ 7875 $source_path/pc-bios/*.lid \ 7876 $source_path/pc-bios/*.rom \ 7877 $source_path/pc-bios/*.dtb \ 7878 $source_path/pc-bios/*.img \ --- 200 unchanged lines hidden --- |