[commit: ghc] master: Remove unused LOCAL_GHC_PKG definition from a test Makefile (7726fd7)
git at git.haskell.org
git at git.haskell.org
Tue Jan 24 03:45:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7726fd79a3d61effb5a69ade77cfa5818740b9e0/ghc
>---------------------------------------------------------------
commit 7726fd79a3d61effb5a69ade77cfa5818740b9e0
Author: Reid Barton <rwbarton at gmail.com>
Date: Mon Jan 23 22:00:11 2017 -0500
Remove unused LOCAL_GHC_PKG definition from a test Makefile
Test Plan: harbormaster
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3004
>---------------------------------------------------------------
7726fd79a3d61effb5a69ade77cfa5818740b9e0
testsuite/tests/ghci/linking/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/testsuite/tests/ghci/linking/Makefile b/testsuite/tests/ghci/linking/Makefile
index 0bbd848..f8c5e19 100644
--- a/testsuite/tests/ghci/linking/Makefile
+++ b/testsuite/tests/ghci/linking/Makefile
@@ -2,8 +2,6 @@ TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
-LOCAL_GHC_PKG = '$(GHC_PKG)' --no-user-package-db -f $(LOCAL_PKGCONF)
-
# Test 1: ghci -Ldir -lfoo
# with dir/libfoo.a
More information about the ghc-commits
mailing list