emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/gnus-select 491c4c3 201/218: Ensure configure is r


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 491c4c3 201/218: Ensure configure is running if necessary
Date: Fri, 14 Dec 2018 03:35:44 -0500 (EST)

branch: feature/gnus-select
commit 491c4c36cb0f94e6805e6def62a7442a9d03b789
Author: Phillip Lord <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    Ensure configure is running if necessary
    
    * admin/nt/dist-build/build-zips.sh: Check for missing Makefile.
---
 admin/nt/dist-build/build-zips.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/admin/nt/dist-build/build-zips.sh 
b/admin/nt/dist-build/build-zips.sh
index 01c2371..3d28279 100755
--- a/admin/nt/dist-build/build-zips.sh
+++ b/admin/nt/dist-build/build-zips.sh
@@ -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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]