From 64bd5eb6bfe76523eaa733a4c7c1b8fa0c69754c Mon Sep 17 00:00:00 2001
From: jacob <jacob>
Date: Tue, 3 May 2005 21:43:50 +0000
Subject: [PATCH] b=3031

 - nuke .flags files as well
---
 build/autoMakefile.am       | 2 ++
 lnet/libcfs/autoMakefile.am | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/build/autoMakefile.am b/build/autoMakefile.am
index 3ecd19008d..e101bef711 100644
--- a/build/autoMakefile.am
+++ b/build/autoMakefile.am
@@ -10,6 +10,8 @@ EXTRA_DIST := Makefile Makefile.in.toplevel		       \
 
 CONFIG_CLEAN_FILES := lustre.spec
 
+MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
+
 distclean: distclean-recursive
 	@true
 
diff --git a/lnet/libcfs/autoMakefile.am b/lnet/libcfs/autoMakefile.am
index 5bc2c08d08..ea3b47c73f 100644
--- a/lnet/libcfs/autoMakefile.am
+++ b/lnet/libcfs/autoMakefile.am
@@ -41,5 +41,6 @@ install-data-hook: $(install_data_hook)
 
 EXTRA_DIST := Info.plist
 
-MOSTLYCLEANFILES := *.o *.ko *.mod.c linux-*.c linux/*.o darwin/*.o libcfs
+MOSTLYCLEANFILES := .*.flags *.o *.ko *.mod.c linux-*.c 
+MOSTLYCLEANFILES += linux/*.o darwin/*.o libcfs
 DIST_SOURCES := $(libcfs-all-objs:%.o=%.c) tracefile.h
-- 
GitLab