guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 131/437: Add proper make clean rule to the check subdir.


From: Andy Wingo
Subject: [Guile-commits] 131/437: Add proper make clean rule to the check subdir.
Date: Mon, 2 Jul 2018 05:14:02 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 51b2cee78e195903de2495990be4faaa83eb9862
Author: pcpa <address@hidden>
Date:   Sun Dec 2 20:24:24 2012 -0200

    Add proper make clean rule to the check subdir.
    
    2012-12-02 Paulo Andrade <address@hidden>
    
            * check/Makefile.am: Add proper "make clean" rule and missing
            check.sh to EXTRA_DIST.
---
 ChangeLog         | 5 +++++
 check/Makefile.am | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index e914f3b..27e1e98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-12-02 Paulo Andrade <address@hidden>
 
+       * check/Makefile.am: Add proper "make clean" rule and missing
+       check.sh to EXTRA_DIST.
+
+2012-12-02 Paulo Andrade <address@hidden>
+
        * .gitignore: Update pattern of ignored files.
 
        * check/Makefile.am: Add rule to build liblightning.la dependency
diff --git a/check/Makefile.am b/check/Makefile.am
index 6d9d1e0..c88f069 100644
--- a/check/Makefile.am
+++ b/check/Makefile.am
@@ -31,10 +31,13 @@ EXTRA_DIST =                                \
        bp.tst          bp.ok           \
        divi.tst        divi.ok         \
        fib.tst         fib.ok          \
+       check.sh                        \
        all.tst
 
 TESTS = 3to2 add allocai bp divi fib
 
+CLEANFILES = $(TESTS)
+
 # Not so pretty but good for a prototype
 $(TESTS):      check.sh
        $(LN_S) check.sh $@



reply via email to

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