From 04dfa27c6feb39f1e3785ec3d753b3ed1fb21aba Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 6 Feb 2018 14:27:00 +0530 Subject: build: Exempt env.rc during `make clean` It is desirable to keep env.rc after `make clean` is executed so that tests can be run following the next `make` without configuring one more time. Change-Id: I5f3ebaea878fd5124af8eae3cb7f8a619d16eac2 Signed-off-by: Anoop C S --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bbf121a0059..7405bf23f42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ pkgconfig_DATA += libgfdb.pc endif CLEANFILES = glusterfs-api.pc libgfchangelog.pc libgfdb.pc \ - tests/env.rc contrib/umountd/Makefile + contrib/umountd/Makefile CONFIG_CLEAN_FILES = $(CONTRIB_BUILDDIR)/uuid/uuid_types.h gitclean: distclean -- cgit