comparison Makefile.am @ 30806:103efb7e1600 stable

avoid make dist failure due to long command line (bug #62135) * Makefile.am (SUBDIRS): Add test to the list. * configure.ac (AC_CONFIG_FILES): Also generate test/Makefile. * test/Makefile.am: Rename from test/module.mk. Adjust filenames and commands so they will work when executed in the $builddir/test directory.
author John W. Eaton <jwe@octave.org>
date Thu, 03 Mar 2022 13:31:24 -0500
parents 796f54d4ddbf
children 4392386b5ecb
comparison
equal deleted inserted replaced
30805:ffd60680fcb9 30806:103efb7e1600
223 223
224 # Subdirectories in which to run make recursively. 224 # Subdirectories in which to run make recursively.
225 # Other directories are handled directly from this Makefile, 225 # Other directories are handled directly from this Makefile,
226 # but also review the included module.mk makefile fragments. 226 # but also review the included module.mk makefile fragments.
227 227
228 SUBDIRS = libgnu 228 SUBDIRS = libgnu test
229 229
230 # All of build depends on having libgnu. 230 # All of build depends on having libgnu.
231 # Add the library to BUILT_SOURCES so it is created early in the build process 231 # Add the library to BUILT_SOURCES so it is created early in the build process
232 # This is only a partial solution which works when 'make all' is used. 232 # This is only a partial solution which works when 'make all' is used.
233 # See bug #45578. 233 # See bug #45578.
243 include scripts/module.mk 243 include scripts/module.mk
244 include doc/module.mk 244 include doc/module.mk
245 include etc/module.mk 245 include etc/module.mk
246 include examples/module.mk 246 include examples/module.mk
247 include m4/module.mk 247 include m4/module.mk
248 include test/module.mk
249 include build-aux/module.mk 248 include build-aux/module.mk
250 249
251 DIST_HOOKS := \ 250 DIST_HOOKS := \
252 doc-interpreter-dist-hook \ 251 doc-interpreter-dist-hook \
253 docs-dist-hook \ 252 docs-dist-hook \