From a50bd2b6386c76295d62cb7d9afcb02eb0988ddb Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 3 May 2005 22:16:07 +0000 Subject: [PATCH] b=3031 - this is what i should have done originally --- ldiskfs/ldiskfs/autoMakefile.am | 2 +- lustre/ldiskfs/autoMakefile.am | 2 +- lustre/ldlm/Makefile.am | 2 +- lustre/llite/autoMakefile.am | 2 +- lustre/lov/autoMakefile.am | 2 +- lustre/lvfs/autoMakefile.am | 2 +- lustre/mdc/autoMakefile.am | 2 +- lustre/mds/autoMakefile.am | 2 +- lustre/obdclass/autoMakefile.am | 2 +- lustre/obdecho/autoMakefile.am | 2 +- lustre/obdfilter/autoMakefile.am | 2 +- lustre/osc/autoMakefile.am | 2 +- lustre/ost/autoMakefile.am | 2 +- lustre/ptlrpc/autoMakefile.am | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ldiskfs/ldiskfs/autoMakefile.am b/ldiskfs/ldiskfs/autoMakefile.am index 4545ac6..53ca41e 100644 --- a/ldiskfs/ldiskfs/autoMakefile.am +++ b/ldiskfs/ldiskfs/autoMakefile.am @@ -72,7 +72,7 @@ foo-check: @echo "ldiskfs_OBJECTS: $(ldiskfs_OBJECTS)" @echo "ldiskfs_LDADD: $(ldiskfs_LDADD)" -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ CLEANFILES = sources $(notdir $(linux_headers) $(ext3_headers) $(ext3_sources) $(new_sources) $(new_headers)) EXTRA_DIST := lustre_quota_fmt.c lustre_quota_fmt.h quotafmt_test.c diff --git a/lustre/ldiskfs/autoMakefile.am b/lustre/ldiskfs/autoMakefile.am index 4545ac6..53ca41e 100644 --- a/lustre/ldiskfs/autoMakefile.am +++ b/lustre/ldiskfs/autoMakefile.am @@ -72,7 +72,7 @@ foo-check: @echo "ldiskfs_OBJECTS: $(ldiskfs_OBJECTS)" @echo "ldiskfs_LDADD: $(ldiskfs_LDADD)" -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ CLEANFILES = sources $(notdir $(linux_headers) $(ext3_headers) $(ext3_sources) $(new_sources) $(new_headers)) EXTRA_DIST := lustre_quota_fmt.c lustre_quota_fmt.h quotafmt_test.c diff --git a/lustre/ldlm/Makefile.am b/lustre/ldlm/Makefile.am index 8469dd1..2b9856c 100644 --- a/lustre/ldlm/Makefile.am +++ b/lustre/ldlm/Makefile.am @@ -7,7 +7,7 @@ # ldlm is built into ptlrpc # -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ DIST_SOURCES = ldlm_extent.c ldlm_flock.c ldlm_internal.h ldlm_lib.c \ ldlm_lock.c ldlm_lockd.c ldlm_plain.c ldlm_request.c \ ldlm_resource.c l_lock.c diff --git a/lustre/llite/autoMakefile.am b/lustre/llite/autoMakefile.am index e31ce51..c389b31 100644 --- a/lustre/llite/autoMakefile.am +++ b/lustre/llite/autoMakefile.am @@ -8,4 +8,4 @@ modulefs_DATA = llite$(KMODEXT) endif DIST_SOURCES := $(llite-objs:.o=.c) llite_internal.h rw24.c super.c rw26.c super25.c -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ diff --git a/lustre/lov/autoMakefile.am b/lustre/lov/autoMakefile.am index c254415..30b89f631 100644 --- a/lustre/lov/autoMakefile.am +++ b/lustre/lov/autoMakefile.am @@ -15,4 +15,4 @@ modulefs_DATA = lov$(KMODEXT) endif # MODULES DIST_SOURCES = $(lov-objs:.o=.c) lov_internal.h -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ diff --git a/lustre/lvfs/autoMakefile.am b/lustre/lvfs/autoMakefile.am index 08ddf71..808a764 100644 --- a/lustre/lvfs/autoMakefile.am +++ b/lustre/lvfs/autoMakefile.am @@ -51,5 +51,5 @@ DIST_SOURCES = fsfilt.c fsfilt_ext3.c fsfilt_reiserfs.c lvfs_common.c \ lvfs_internal.h lvfs_linux.c lvfs_userfs.c \ quotacheck_test.c quotactl_test.c -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ CLEANFILES = fsfilt-*.c fsfilt_ldiskfs.c fsfilt_extN.c sources diff --git a/lustre/mdc/autoMakefile.am b/lustre/mdc/autoMakefile.am index a2470f1..e39cc9f 100644 --- a/lustre/mdc/autoMakefile.am +++ b/lustre/mdc/autoMakefile.am @@ -15,4 +15,4 @@ modulefs_DATA = mdc$(KMODEXT) endif DIST_SOURCES = $(mdc-objs:.o=.c) mdc_internal.h -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ diff --git a/lustre/mds/autoMakefile.am b/lustre/mds/autoMakefile.am index b30fca1..13e06a3 100644 --- a/lustre/mds/autoMakefile.am +++ b/lustre/mds/autoMakefile.am @@ -7,6 +7,6 @@ if MODULES modulefs_DATA = mds$(KMODEXT) endif -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ DIST_SOURCES := $(mds-objs:%.o=%.c) mds_internal.h DIST_SOURCES += quota_context.c quota_master.c diff --git a/lustre/obdclass/autoMakefile.am b/lustre/obdclass/autoMakefile.am index cae45fe..0cdce91 100644 --- a/lustre/obdclass/autoMakefile.am +++ b/lustre/obdclass/autoMakefile.am @@ -15,5 +15,5 @@ modulefs_DATA = obdclass$(KMODEXT) noinst_DATA = llog_test$(KMODEXT) endif # MODULES -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c llog-test.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ llog-test.c DIST_SOURCES = $(filter-out llog-test.c,$(obdclass-objs:.o=.c)) $(llog-test-objs:.o=.c) llog_test.c llog_internal.h diff --git a/lustre/obdecho/autoMakefile.am b/lustre/obdecho/autoMakefile.am index 158c28c..834b082 100644 --- a/lustre/obdecho/autoMakefile.am +++ b/lustre/obdecho/autoMakefile.am @@ -14,5 +14,5 @@ if MODULES modulefs_DATA = obdecho$(KMODEXT) endif # MODULES -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ DIST_SOURCES = $(obdecho-objs:%.o=%.c) diff --git a/lustre/obdfilter/autoMakefile.am b/lustre/obdfilter/autoMakefile.am index 57dcf17..5f90afb 100644 --- a/lustre/obdfilter/autoMakefile.am +++ b/lustre/obdfilter/autoMakefile.am @@ -7,5 +7,5 @@ if MODULES modulefs_DATA = obdfilter$(KMODEXT) endif -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ DIST_SOURCES = $(obdfilter-objs:%.o=%.c) filter_io_24.c filter_io_26.c filter_internal.h diff --git a/lustre/osc/autoMakefile.am b/lustre/osc/autoMakefile.am index ad42ae3..af0649d 100644 --- a/lustre/osc/autoMakefile.am +++ b/lustre/osc/autoMakefile.am @@ -14,5 +14,5 @@ if MODULES modulefs_DATA = osc$(KMODEXT) endif -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ DIST_SOURCES = $(osc-objs:%.o=%.c) osc_internal.h diff --git a/lustre/ost/autoMakefile.am b/lustre/ost/autoMakefile.am index ca9306d..f178425 100644 --- a/lustre/ost/autoMakefile.am +++ b/lustre/ost/autoMakefile.am @@ -7,5 +7,5 @@ if MODULES modulefs_DATA = ost$(KMODEXT) endif -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ DIST_SOURCES = $(ost-objs:%.o=%.c) ost_internal.h diff --git a/lustre/ptlrpc/autoMakefile.am b/lustre/ptlrpc/autoMakefile.am index ca10e58..4075a1e 100644 --- a/lustre/ptlrpc/autoMakefile.am +++ b/lustre/ptlrpc/autoMakefile.am @@ -31,5 +31,5 @@ if MODULES modulefs_DATA = ptlrpc$(KMODEXT) endif # MODULES -MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c ldlm_*.c l_lock.c +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ ldlm_*.c l_lock.c DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h -- 1.8.3.1