[commit: nofib] master: real/Makefile: remove the mention of ebnf2ps (62a599e)

git at git.haskell.org git at git.haskell.org
Mon Mar 13 23:44:49 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/62a599ef95af0acc91a6424c53944b75ceee0b98/nofib

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

commit 62a599ef95af0acc91a6424c53944b75ceee0b98
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date:   Mon Mar 13 18:31:44 2017 -0400

    real/Makefile: remove the mention of ebnf2ps
    
    Summary:
    The ebnf2ps benchmark has been removed. It's mentioned in the
    `Makefile` due to how git merged multiple commits touching the file.
    This commit removes it.
    
    Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
    
    Test Plan: compile & run nofib
    
    Reviewers: bgamari
    
    Reviewed By: bgamari
    
    Differential Revision: https://phabricator.haskell.org/D3156


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

62a599ef95af0acc91a6424c53944b75ceee0b98
 real/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/real/Makefile b/real/Makefile
index dfc9b4f..b3f1f87 100644
--- a/real/Makefile
+++ b/real/Makefile
@@ -5,7 +5,7 @@ SUBDIRS = anna bspt cacheprof compress compress2 fem fluid fulsom gamteb gg \
           grep hidden hpg infer lift maillist mkhprog parser pic prolog \
           reptile rsa scs symalg veritas
 
-OTHER_SUBDIRS = PolyGP ebnf2ps linear rx
+OTHER_SUBDIRS = PolyGP linear rx
 
 include $(TOP)/mk/target.mk
 



More information about the ghc-commits mailing list