comparison liboctave/module.mk @ 21281:b76955e83fe4

maint: Run all build shell scripts with SHELL as command interpreter * Makefile.am, common.mk, doc/module.mk, libinterp/corefcn/module.mk, libinterp/module.mk, libinterp/octave-value/module.mk, libinterp/operators/module.mk, liboctave/module.mk, scripts/module.mk, test/module.mk: Use $(SHELL) variable as command interpreter for all build helper shell scripts. * config-images.sh, config-module.sh, config-ops.sh: Use ${SHELL} environment variable as command interpreter for move-if-change helper script.
author Mike Miller <mtmiller@octave.org>
date Tue, 16 Feb 2016 23:08:31 -0800
parents 7be239ae42c8
children 1309edb344e1
comparison
equal deleted inserted replaced
21280:ebdf74c15722 21281:b76955e83fe4
92 $(liboctave_numeric_libnumeric_la_SOURCES) \ 92 $(liboctave_numeric_libnumeric_la_SOURCES) \
93 $(liboctave_system_libsystem_la_SOURCES) \ 93 $(liboctave_system_libsystem_la_SOURCES) \
94 $(liboctave_util_libutil_la_SOURCES) \ 94 $(liboctave_util_libutil_la_SOURCES) \
95 $(LIBOCTAVE_TEMPLATE_SRC) 95 $(LIBOCTAVE_TEMPLATE_SRC)
96 96
97 LIBOCTAVE_TST_FILES_SRC := $(shell $(top_srcdir)/build-aux/find-files-with-tests.sh "$(srcdir)" $(LIBOCTAVE_TST_SRC)) 97 LIBOCTAVE_TST_FILES_SRC := $(shell $(SHELL) $(top_srcdir)/build-aux/find-files-with-tests.sh "$(srcdir)" $(LIBOCTAVE_TST_SRC))
98 98
99 LIBOCTAVE_TST_FILES := $(addsuffix -tst,$(LIBOCTAVE_TST_FILES_SRC)) 99 LIBOCTAVE_TST_FILES := $(addsuffix -tst,$(LIBOCTAVE_TST_FILES_SRC))
100 100
101 liboctavetestsdir := $(octtestsdir) 101 liboctavetestsdir := $(octtestsdir)
102 102