Skip to content

[bootstrap] Harmonize builddir names#471

Open
ferdnyc wants to merge 1 commit intomean00:masterfrom
ferdnyc:builddir-names
Open

[bootstrap] Harmonize builddir names#471
ferdnyc wants to merge 1 commit intomean00:masterfrom
ferdnyc:builddir-names

Conversation

@ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Jan 2, 2023

The bootstrap scripts were using "buildCli" as the name of the CLI builddir, but then the CLI plugins were built in a directory named "buildPluginsCLI", a difference in casing that just seems unnecessarily confusing.

I normalized them to "buildCli" and "buildPluginsCli", though I'd be happy to go the other way ("CLI" for both) if preferred.

- CLI build used "buildCli", CLI plugins used "buildPluginsCLI"
- normalized to "...Cli" for both.

Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
@ferdnyc
Copy link
Contributor Author

ferdnyc commented Jan 2, 2023

(Oh, yes, and as further precedent, there was already this:)

if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ]; then
echo "** Plugins CLI **"
Process buildMingwPluginsCli-${ARCH} ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant