From: jacob Date: Tue, 3 May 2005 21:43:50 +0000 (+0000) Subject: b=3031 X-Git-Tag: v1_7_100~1390 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=64bd5eb6bfe76523eaa733a4c7c1b8fa0c69754c;p=fs%2Flustre-release.git b=3031 - nuke .flags files as well --- diff --git a/build/autoMakefile.am b/build/autoMakefile.am index 3ecd190..e101bef 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 5bc2c08..ea3b47c 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