From: Ian Jackson Date: Sun, 19 Oct 2014 23:38:40 +0000 (+0100) Subject: Build system: Do not include Makefile and src/config.h in distribution tarball X-Git-Tag: adns-1.5.0-rc0~11 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/a63608e6192b082adb2392c30f1a113e4f8b3ba7?hp=c019dfb216ff4da1ea44b6bdf9de0119f62e7e5c Build system: Do not include Makefile and src/config.h in distribution tarball Signed-off-by: Ian Jackson --- 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)