]> git.puffer.fish Git - mirror/frr.git/commit
build: consistently mkdir -p output for redirect
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 24 Jan 2023 16:45:13 +0000 (17:45 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 24 Jan 2023 16:46:57 +0000 (17:46 +0100)
commitd173381edcd8054494f26f29bfb237630dfc7724
treeaf20df2e344e863954289e214e66f0e8e43ebd49
parente784f789fb7af43027eeee55a3f16026ab36b9e4
build: consistently mkdir -p output for redirect

When running the build in a separate build directory, redirecting output
into a file can error out if the directory does not exist yet.  Some
places already had `mkdir -p` calls, but not all.

Make all occurences of this consistently use `@$(MKDIR_P)`.

(Extension of PR #12575 to catch more places.)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/subdir.am
tests/isisd/subdir.am
tests/lib/subdir.am
vtysh/subdir.am