mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
bootstrap.conf: declare bootstrap sync in configuration file
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
6b4140dafb
commit
4aeb0cc4d7
@ -147,7 +147,7 @@ if test -d .git || test -f .git; then
|
|||||||
dry_run=2
|
dry_run=2
|
||||||
else
|
else
|
||||||
echo "Running bootstrap..."
|
echo "Running bootstrap..."
|
||||||
./bootstrap$no_git --bootstrap-sync || {
|
./bootstrap$no_git || {
|
||||||
die "bootstrap failed"
|
die "bootstrap failed"
|
||||||
}
|
}
|
||||||
gnulib_hash >"$state_file"
|
gnulib_hash >"$state_file"
|
||||||
|
@ -79,6 +79,8 @@ SKIP_PO=true
|
|||||||
|
|
||||||
copy=true
|
copy=true
|
||||||
|
|
||||||
|
bootstrap_sync=true
|
||||||
|
|
||||||
|
|
||||||
# Tell gnulib to:
|
# Tell gnulib to:
|
||||||
# require LGPLv2+
|
# require LGPLv2+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user