View | Details | Raw Unified | Return to bug 218243
Collapse All | Expand All

(-)files/patch-Makefile.in (+13 lines)
Line 0 Link Here
1
--- Makefile.in.orig	2016-11-14 09:04:27 UTC
2
+++ Makefile.in
3
@@ -924,9 +924,7 @@ uninstall-am:
4
 	tags tags-am uninstall uninstall-am
5
 
6
 
7
-all: update_submodules
8
-update_submodules:
9
-	@$(srcdir)/scripts/update_submodules
10
+all:
11
 
12
 .PHONY: update_submodules
13
 
(-)files/patch-configure (+12 lines)
Line 0 Link Here
1
--- configure.orig	2016-11-14 09:04:33 UTC
2
+++ configure
3
@@ -30696,9 +30696,6 @@ $as_echo "$as_me: WARNING: unrecognized 
4
 fi
5
 
6
 
7
-# Update all submodules recursively to ensure everything is checked out
8
-$srcdir/scripts/update_submodules
9
-
10
 if test x$host_win32 = xyes; then
11
    # Get rid of 'cyg' prefixes in library names
12
    sed -e "s/\/cyg\//\/\//" libtool > libtool.new; mv libtool.new libtool; chmod 755 libtool

Return to bug 218243