mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Stopped running init-repository from configure.
It's unexpected that configure tampers with your git checkout.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -44,7 +44,9 @@ $relpath =~ s,\\,/,g;
|
||||
# the current directory is the "build tree" or "object tree"
|
||||
my $outpath = getcwd();
|
||||
|
||||
system_v("perl $relpath/init-repository -q") and die("init-repository failed");
|
||||
if (! -e "$outpath/qtbase/configure") {
|
||||
die("$outpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
|
||||
}
|
||||
|
||||
ensureDir("$outpath/qtbase");
|
||||
chdir("$outpath/qtbase");
|
||||
|
||||
Reference in New Issue
Block a user