Skip to content

Adapt makefiles for external dependencies#5049

Merged
matejk merged 2 commits intomainfrom
5033-linux-debug-build-flags
Oct 22, 2025
Merged

Adapt makefiles for external dependencies#5049
matejk merged 2 commits intomainfrom
5033-linux-debug-build-flags

Conversation

@vrabac6
Copy link
Copy Markdown
Contributor

@vrabac6 vrabac6 commented Oct 22, 2025

No description provided.

@vrabac6 vrabac6 requested a review from matejk October 22, 2025 11:13
@vrabac6 vrabac6 linked an issue Oct 22, 2025 that may be closed by this pull request
# poco build system looks for sources in src/
ifndef POCO_UNBUNDLED
prebuild = $(shell \
mkdir -p src && \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src directory already exists in Foundation. no need to create it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 9203877 — removed redundant src directory creation from all Makefiles (Foundation, JSON, PDF, XML)

JSON/Makefile Outdated
else
objects += pdjson
prebuild = $(shell \
mkdir -p src && \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as for Foundation.

PDF/Makefile Outdated
# poco build system looks for sources in src/
ifndef POCO_UNBUNDLED
prebuild = $(shell \
mkdir -p src && \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src exists already.

XML/Makefile Outdated
else
objects += $(expat_objects)
prebuild = $(shell \
mkdir -p src && \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src exists already.

@matejk matejk merged commit 3e10fb2 into main Oct 22, 2025
73 of 75 checks passed
@matejk matejk deleted the 5033-linux-debug-build-flags branch October 22, 2025 12:56
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.

Build: Improve Linux debug build flags

2 participants