From a63608e6192b082adb2392c30f1a113e4f8b3ba7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Oct 2014 00:38:40 +0100 Subject: [PATCH] Build system: Do not include Makefile and src/config.h in distribution tarball Signed-off-by: Ian Jackson --- Makefile.in | 2 +- changelog | 1 + settings.make.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7f65924..4e8f7ef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,7 @@ clean-here mostlyclean-here: rm -rf dist_tmp distclean-here maintainer-clean-here: clean-here - rm -f settings.make config.h config.cache config.log config.status + rm -f settings.make config.cache config.log config.status Makefile install-strip: $(MAKE) INSTALL_PROGRAM_FLAGS=-s diff --git a/changelog b/changelog index 2f7a153..959ac1d 100644 --- a/changelog +++ b/changelog @@ -19,6 +19,7 @@ adns (1.5~~) UPSTREAM; urgency=low Build system fixes and improvements: * `make clean' removes the pipes. * Work around bugs in make (Debian #4073, #756123) affecting regress. + * Do not include Makefile and src/config.h in distribution tarball. Regression test debugging improvements: * Provide gdbwrap convenience script. diff --git a/settings.make.in b/settings.make.in index 4fcb033..abab1fd 100644 --- a/settings.make.in +++ b/settings.make.in @@ -67,7 +67,7 @@ clean mostlyclean: rm -f *.o *.tmp* *.so *.so.* pipe.* distclean: clean - rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile + rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile config.h distprep: $(AUTOCSRCS) $(AUTOCHDRS) -- 2.11.0