[gcc-7] 217/354: Fix 9513: exported variable contents in Make must not be quoted.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository gcc-7.

commit 7f5d9e284596e83f5d3224814f0b58bc905a3451
Author: nicolas <nicolas at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sun Jun 18 01:09:34 2017 +0000

    Fix 9513: exported variable contents in Make must not be quoted.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9520 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/ada-gnattools-cross.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/ada-gnattools-cross.diff b/debian/patches/ada-gnattools-cross.diff
index 2a17974..94b3617 100644
--- a/debian/patches/ada-gnattools-cross.diff
+++ b/debian/patches/ada-gnattools-cross.diff
@@ -252,7 +252,7 @@ Index: b/src/gnattools/Makefile.in
  # everything has been compiled once, gnatmake can be recompiled with itself 
  # (see target regnattools) 
 +gnattools-native: export LD_LIBRARY_PATH := \
-+  '$(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)$(vsndir):$(rtsdir)'
++  $(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)$(vsndir):$(rtsdir)
 +# Useful even for 1st pass, as ../../gnatmake may already be
 +# dynamically linked in case this target has already been invokated.
  gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib-rts

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list