mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
fc9fdf30a6
commit
346591e41a
1 changed files with 10 additions and 0 deletions
10
configure
vendored
10
configure
vendored
|
@ -258,6 +258,16 @@ cpu_type() {
|
|||
esac
|
||||
}
|
||||
|
||||
if [ -f configure -a -f Makefile.in ]; then
|
||||
msg "You seem to be running configure within the source tree root."
|
||||
msg "This is not supported. Instead, make a build directory:"
|
||||
msg ""
|
||||
msg " mkdir -p build && cd build && ../configure"
|
||||
msg ""
|
||||
msg "See README.md for more information."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
msg "looking for configure programs"
|
||||
need_cmd cmp
|
||||
need_cmd mkdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue