mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Ensure configure is running if necessary
* admin/nt/dist-build/build-zips.sh: Check for missing Makefile.
This commit is contained in:
parent
cc8bc2a272
commit
40fde7a75d
@ -49,8 +49,9 @@ function build_zip {
|
||||
export PKG_CONFIG_PATH=$PKG
|
||||
|
||||
## Running configure forces a rebuild of the C core which takes
|
||||
## time that is not always needed
|
||||
if (($CONFIG))
|
||||
## time that is not always needed, so do not do it unless we have
|
||||
## to.
|
||||
if [ ! -f Makefile ] || (($CONFIG))
|
||||
then
|
||||
echo [build] Configuring Emacs $ARCH
|
||||
../../../git/$BRANCH/configure \
|
||||
|
Loading…
Reference in New Issue
Block a user