You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Don't create *.__DIR__ directories when building
Discussion: https://octave.discourse.group/t/7114/
Some 800+ directories named *.__DIR__ were being created and left dring the
build process. These directories cause a 15-second slowdown of 'make check'
which scans them for any test code to run (10% of 'make check' time). Testing
shows that the directories are not required for the build process itself.
This changeset therefore removes the code in the build system that was causing
those directories to be created.
* etc/module.mk, libgui/module.mk, libinterp/corefcn/module.mk,
libinterp/dldfcn/config-module.awk, libinterp/module.mk,
libinterp/operators/module.mk, libinterp/parse-tree/module.mk,
liboctave/external/module.mk, liboctave/external/ranlib/module.mk,
liboctave/numeric/module.mk, liboctave/operators/module.mk:
Delete directory-creation code as described above.
0 commit comments