From 54167372ebb96aa5d32aa2a86a321a8e335b8006 Mon Sep 17 00:00:00 2001 From: doko Date: Thu, 12 Dec 2013 11:09:44 +0000 Subject: - Refresh patches git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@7060 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca --- debian/patches/libgo-testsuite.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/patches/libgo-testsuite.diff') diff --git a/debian/patches/libgo-testsuite.diff b/debian/patches/libgo-testsuite.diff index c2a9156..b98d07a 100644 --- a/debian/patches/libgo-testsuite.diff +++ b/debian/patches/libgo-testsuite.diff @@ -4,7 +4,7 @@ Index: b/src/libgo/Makefile.am =================================================================== --- a/src/libgo/Makefile.am +++ b/src/libgo/Makefile.am -@@ -2024,6 +2024,12 @@ +@@ -1958,6 +1958,12 @@ export LD_LIBRARY_PATH; \ $(MKDIR_P) $(@D); \ rm -f $@-testsum $@-testlog; \ @@ -17,7 +17,7 @@ Index: b/src/libgo/Makefile.am if test "$(USE_DEJAGNU)" = "yes"; then \ $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" --goarch="$(GOARCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \ else \ -@@ -2037,6 +2043,7 @@ +@@ -1971,6 +1977,7 @@ echo "FAIL: $(@D)" > $@-testsum; \ exit 1; \ fi; \ @@ -29,7 +29,7 @@ Index: b/src/libgo/Makefile.in =================================================================== --- a/src/libgo/Makefile.in +++ b/src/libgo/Makefile.in -@@ -2131,6 +2131,12 @@ +@@ -2039,6 +2039,12 @@ export LD_LIBRARY_PATH; \ $(MKDIR_P) $(@D); \ rm -f $@-testsum $@-testlog; \ @@ -42,7 +42,7 @@ Index: b/src/libgo/Makefile.in if test "$(USE_DEJAGNU)" = "yes"; then \ $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" --goarch="$(GOARCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \ else \ -@@ -2144,6 +2150,7 @@ +@@ -2052,6 +2058,7 @@ echo "FAIL: $(@D)" > $@-testsum; \ exit 1; \ fi; \ -- cgit v1.2.3