]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove architecture dependent source downloads
authorPhillip Lord <phillip.lord@russet.org.uk>
Mon, 26 Mar 2018 11:49:50 +0000 (12:49 +0100)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:18:31 +0000 (14:18 +0800)
* admin/nt/dist-build/build-dep-zips.py:

admin/nt/dist-build/build-dep-zips.py

index 493a128c0991fc23dda3dfa99c8d5f0ef8084be0..e6c1ce8ff3867c4c1956d5ab3bd0b6b4aabe33f4 100755 (executable)
@@ -35,9 +35,9 @@ DRY_RUN=False
 ## Packages to fiddle with
 SKIP_PKGS=["mingw-w64-gcc-libs"]
 MUNGE_PKGS ={"mingw-w64-libwinpthread-git":"mingw-w64-winpthreads-git"}
-ARCH_PKGS=["mingw-w64-mpc",
-           "mingw-w64-termcap",
-           "mingw-w64-xpm-nox"]
+
+## Currently no packages seem to require this!
+ARCH_PKGS=[]
 SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources"
 
 
@@ -49,6 +49,7 @@ def check_output_maybe(*args,**kwargs):
 
 def extract_deps():
 
+    print( "Extracting deps" )
     # This list derives from the features we want Emacs to compile with.
     PKG_REQ='''mingw-w64-x86_64-giflib
 mingw-w64-x86_64-gnutls