[glib] Deal with new automake test stuff
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Deal with new automake test stuff
- Date: Thu, 11 Jul 2013 17:56:36 +0000 (UTC)
commit d07d96e13549439ea42af0f9348afc5aa044bc9f
Author: Ryan Lortie <desrt desrt ca>
Date: Thu Jul 11 13:54:47 2013 -0400
Deal with new automake test stuff
Add *.trs and *.log to .gitignore along with test-driver
Add *.trs and *.log to CLEANFILES in glib.mk.
.gitignore | 3 +++
glib.mk | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7243e1f..f80afbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,8 @@ TAGS
*.exe
*.def
*.test
+*.log
+*.trs
# autofoo stuff here
compile
@@ -37,6 +39,7 @@ glib-gettextize
glib-zip
gtk-doc.make
py-compile
+test-driver
INSTALL
README
diff --git a/glib.mk b/glib.mk
index 20ee311..75ac2c6 100644
--- a/glib.mk
+++ b/glib.mk
@@ -9,7 +9,7 @@ NULL =
# initialize variables for unconditional += appending
BUILT_SOURCES =
BUILT_EXTRA_DIST =
-CLEANFILES =
+CLEANFILES = *.log *.trs
DISTCLEANFILES =
MAINTAINERCLEANFILES =
EXTRA_DIST =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]