Skip to content
Snippets Groups Projects
Commit c2b877b6 authored by jacob's avatar jacob
Browse files

b=3031

 - this is what i should have done originally
parent 3ca7fec5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ EXTRA_DIST := Makefile Makefile.in.toplevel \
CONFIG_CLEAN_FILES := lustre.spec
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
distclean: distclean-recursive
@true
......
......@@ -492,6 +492,9 @@ LC_CONFIG_FILES
AC_SUBST(ac_configure_args)
MOSTLYCLEANFILES='.*.cmd .*.flags *.o *.ko *.mod.c'
AC_SUBST(MOSTLYCLEANFILES)
AC_OUTPUT
cat <<_ACEOF
......
......@@ -11,5 +11,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
DIST_SOURCES = $(kgmnal-objs:%.o=%.c) gmnal.h
......@@ -11,5 +11,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
DIST_SOURCES = $(kiibnal-objs:%.o=%.c) iibnal.h
......@@ -11,5 +11,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
DIST_SOURCES = $(klonal-objs:%.o=%.c) lonal.h
......@@ -11,5 +11,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
DIST_SOURCES = $(kopenibnal-objs:%.o=%.c) openibnal.h
......@@ -11,5 +11,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
DIST_SOURCES = $(kqswnal-objs:%.o=%.c) qswnal.h
......@@ -11,5 +11,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
DIST_SOURCES = $(kranal-objs:%.o=%.c) ranal.h
......@@ -29,4 +29,4 @@ endif # DARWIN
EXTRA_DIST := $(plist_DATA)
install-data-hook: $(install_data_hook)
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c socknal_lib.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ socknal_lib.c
......@@ -11,5 +11,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
DIST_SOURCES = $(kvibnal-objs:%.o=%.c) vibnal.h vibnal_wire.h
......@@ -41,6 +41,6 @@ install-data-hook: $(install_data_hook)
EXTRA_DIST := Info.plist
MOSTLYCLEANFILES := .*.flags *.o *.ko *.mod.c linux-*.c
MOSTLYCLEANFILES += linux/*.o darwin/*.o libcfs
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ linux-*.c
MOSTLYCLEANFILES += linux darwin/*.o libcfs
DIST_SOURCES := $(libcfs-all-objs:%.o=%.c) tracefile.h
......@@ -42,5 +42,5 @@ install-data-hook: $(install_data_hook)
EXTRA_DIST := Info.plist
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c portals
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ portals
DIST_SOURCES = $(portals-objs:%.o=%.c)
......@@ -13,5 +13,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
DIST_SOURCES = $(kptlrouter-objs:%.o=%.c) router.h
......@@ -16,5 +16,5 @@ endif
endif
endif
MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c pingsrv.c pingcli.c spingsrv.c spingcli.c
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ pingsrv.c pingcli.c spingsrv.c spingcli.c
DIST_SOURCES = ping_srv.c ping_cli.c sping_srv.c sping_cli.c ping.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment