[commit: ghc] ghc-8.2: configure: Cleanup ARM COPY bug test artifacts (b847efb)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 23:24:15 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/b847efbcefc01b05e9ca3bdb39c868decde872d6/ghc

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

commit b847efbcefc01b05e9ca3bdb39c868decde872d6
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Jul 7 23:16:47 2017 -0400

    configure: Cleanup ARM COPY bug test artifacts
    
    (cherry picked from commit d7b17517e26007f537feab490509c0e13e0e239a)


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

b847efbcefc01b05e9ca3bdb39c868decde872d6
 aclocal.m4 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/aclocal.m4 b/aclocal.m4
index a561a41..79067eb 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -2117,6 +2117,8 @@ EOF
         else
             AC_MSG_RESULT([unaffected])
         fi
+
+        rm -f aclib.s aclib.o aclib.so actest.s actest.o actest
         ;;
       *)
         ;;



More information about the ghc-commits mailing list