[commit: ghc] master: Amend configure script to support lndir build tree (8ee9c57)

git at git.haskell.org git at git.haskell.org
Sat Jun 16 17:27:08 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8ee9c574a6d2105ace858f0fee31750acafe0a0f/ghc

>---------------------------------------------------------------

commit 8ee9c574a6d2105ace858f0fee31750acafe0a0f
Author: Adam Gundry <adam at well-typed.com>
Date:   Sat Jun 16 11:32:55 2018 -0400

    Amend configure script to support lndir build tree
    
    Test Plan: ./validate
    
    Reviewers: bgamari
    
    Subscribers: rwbarton, thomie, erikd, carter
    
    GHC Trac Issues: #15257
    
    Differential Revision: https://phabricator.haskell.org/D4853


>---------------------------------------------------------------

8ee9c574a6d2105ace858f0fee31750acafe0a0f
 configure.ac | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2e6e644..cf30311 100644
--- a/configure.ac
+++ b/configure.ac
@@ -673,11 +673,11 @@ dnl --------------------------------------------------------------
 dnl ** Copy the files from the "fs" utility into the right folders.
 dnl --------------------------------------------------------------
 AC_MSG_NOTICE([Creating links for in-tree file handling routines.])
-ln -f -v utils/fs/fs.* utils/lndir/
-ln -f -v utils/fs/fs.* utils/unlit/
-ln -f -v utils/fs/fs.* rts/
-ln -f -v utils/fs/fs.h libraries/base/include/
-ln -f -v utils/fs/fs.c libraries/base/cbits/
+ln -f -v -L utils/fs/fs.* utils/lndir/
+ln -f -v -L utils/fs/fs.* utils/unlit/
+ln -f -v -L utils/fs/fs.* rts/
+ln -f -v -L utils/fs/fs.h libraries/base/include/
+ln -f -v -L utils/fs/fs.c libraries/base/cbits/
 AC_MSG_NOTICE([Routines in place. Packages can now be build normally.])
 
 dnl --------------------------------------------------------------



More information about the ghc-commits mailing list