[commit: nofib] master: real/Makefile: remove OTHER_SUBDIRS (7d7bc03)

git at git.haskell.org git at git.haskell.org
Wed Mar 15 21:50:14 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7d7bc03c385022c36c557be77c79c107633b4454/nofib

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

commit 7d7bc03c385022c36c557be77c79c107633b4454
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date:   Wed Mar 15 17:48:21 2017 -0400

    real/Makefile: remove OTHER_SUBDIRS
    
    Summary:
    This removes the unnecessary `OTHER_SUBDIRS` variable, since the
    subdirectories mentioned there are already in `SUBDIRS` (the
    benchmarks have been enabled in previous commits).
    
    Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
    
    Test Plan: build & run
    
    Reviewers: bgamari, dfeuer
    
    Reviewed By: dfeuer
    
    Differential Revision: https://phabricator.haskell.org/D3342


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

7d7bc03c385022c36c557be77c79c107633b4454
 spectral/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/spectral/Makefile b/spectral/Makefile
index 0922691..6eb35a5 100644
--- a/spectral/Makefile
+++ b/spectral/Makefile
@@ -8,7 +8,5 @@ SUBDIRS = ansi atom awards banner boyer boyer2 calendar cichelli circsim \
 	  mandel mandel2 mate minimax multiplier para power pretty primetest \
 	  puzzle rewrite scc simple sorting sphere treejoin
 
-OTHER_SUBDIRS = lambda last-piece
-
 include $(TOP)/mk/target.mk
 



More information about the ghc-commits mailing list