From 6d10d0e10cc78560d68f4a81024709abc9e0fdaf Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 10 Oct 2017 13:23:50 +0200 Subject: build: make it possible to build cleanly 2x in a row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'make clean' does not cleanup everything, and some of the files get cleaned too eagerly. Several files are being packaged in a 'make dist' tarball, that get rebuild each time anyway. Specifically, this change prevents - libglusterfs/src/generator.pyc from laying around - keeping rpc/xdr/gen/*.x symlinks - modifying tests/basic/{fuse,gfapi}/Makefile each run - including tests/env.rc and events/src/eventtypes.py in the tarball Cherry picked from commit a413c6353dbfff5221ea020ff8e1475d5ee17a81: > Change-Id: I774dd1abf3a9d3b6a89b938cf6ee7d7792c59a82 > BUG: 1501317 > Reported-by: Patrick Matthäi > Signed-off-by: Niels de Vos Change-Id: I774dd1abf3a9d3b6a89b938cf6ee7d7792c59a82 BUG: 1494527 Reported-by: Patrick Matthäi Signed-off-by: Niels de Vos --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 384195925f1..ce689225c5d 100644 --- a/configure.ac +++ b/configure.ac @@ -264,9 +264,7 @@ AC_CONFIG_FILES([Makefile tools/glusterfind/Makefile tools/glusterfind/src/Makefile tools/setgfid2path/Makefile - tools/setgfid2path/src/Makefile - tests/basic/fuse/Makefile - tests/basic/gfapi/Makefile]) + tools/setgfid2path/src/Makefile]) AC_CANONICAL_HOST -- cgit