summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2018-02-06 14:27:00 +0530
committerAmar Tumballi <amarts@redhat.com>2018-02-08 19:15:11 +0000
commit04dfa27c6feb39f1e3785ec3d753b3ed1fb21aba (patch)
treeb1ba2c0fdaa37b8e4daaf8f41351961cc7c31598 /Makefile.am
parent2584ef1b00660d3ea202838a3200bc0dab04420c (diff)
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 <anoopcs@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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