[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build: include cfg.mk in the distribution tarball
From: |
Jim Meyering |
Subject: |
[PATCH] build: include cfg.mk in the distribution tarball |
Date: |
Thu, 08 Apr 2010 10:58:40 +0200 |
Without the "export VERBOSE = yes" in cfg.mk,
the verbose output from failing tests would not be printed.
>From 2bf111dabcb075fe26baaa0b8305628721f52811 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 8 Apr 2010 10:56:17 +0200
Subject: [PATCH] build: include cfg.mk in the distribution tarball
* Makefile.am (EXTRA_DIST): Add cfg.mk.
---
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f9db12b..abba90e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,6 +37,7 @@ man_MANS = gunzip.1 gzexe.1 gzip.1 \
EXTRA_DIST = $(ACINCLUDE_INPUTS) $(man_MANS) \
ChangeLog-2007 \
+ cfg.mk \
dist-check.mk \
algorithm.doc amiga/match.a amiga/Makefile.gcc amiga/Makefile.sasc \
amiga/tailor.c amiga/utime.h atari/Makefile.st crypt.h \
--
1.7.1.rc0.239.g8b27e
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] build: include cfg.mk in the distribution tarball,
Jim Meyering <=