bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/7] tests: remove stray debugging traces


From: Akim Demaille
Subject: [PATCH 1/7] tests: remove stray debugging traces
Date: Thu, 19 Sep 2013 16:26:01 +0200

* tests/atlocal.in: Remove traces.
Be ready to remove conftest.dSYM generated on OS X.
---
 tests/atlocal.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/atlocal.in b/tests/atlocal.in
index 19ecfd7..0184ae1 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -72,13 +72,12 @@ int main ()
   std::cout << "Works" << std::endl;
 }
 EOF
-  ls
   $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS $LIBS -o conftest conftest.cc
   case $? in
    0);;
    *) BISON_CXX_WORKS="as_fn_error 77 cannot-compile-simple-program";;
   esac
-  rm -f conftest*
+  rm -fr conftest*
 fi
 
 # Whether the compiler supports POSIXLY_CORRECT defined.
-- 
1.8.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]