mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6158] [MERGED] build: use full paths on compile/link targets #5851
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5851
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6158
Author: @kmk3
Created: 1/16/2024
Status: ✅ Merged
Merged: 1/20/2024
Merged by: @kmk3
Base:
master← Head:build-use-full-paths📝 Commits (2)
a8abb78modif: Change errExit msg format to match assert5b1bd33build: use full paths on compile/link targets📊 Changes
30 files changed (+86 additions, -60 deletions)
View changed files
📝
config.mk.in(+1 -1)📝
src/etc-cleanup/Makefile(+3 -2)📝
src/fbuilder/Makefile(+3 -2)📝
src/fcopy/Makefile(+3 -2)📝
src/fids/Makefile(+3 -2)📝
src/firecfg/Makefile(+3 -2)📝
src/firejail/Makefile(+3 -2)📝
src/firemon/Makefile(+3 -2)📝
src/fldd/Makefile(+3 -2)📝
src/fnet/Makefile(+3 -2)📝
src/fnetfilter/Makefile(+3 -2)📝
src/fnetlock/Makefile(+3 -2)📝
src/fnettrace-dns/Makefile(+3 -2)📝
src/fnettrace-icmp/Makefile(+3 -2)📝
src/fnettrace-sni/Makefile(+3 -2)📝
src/fnettrace/Makefile(+5 -4)📝
src/fsec-optimize/Makefile(+3 -2)📝
src/fsec-print/Makefile(+3 -2)📝
src/fseccomp/Makefile(+3 -2)📝
src/ftee/Makefile(+3 -2)...and 10 more files
📄 Description
This makes the compile commands clearer when building in parallel (with
make -j) and ensures that__FILE__includes the full build-time path(relative to the root of the repository) whenever it is referenced, such
as in failed assert() messages (currently the full path is only shown in
errExit() messages). Example:
Before:
After:
Commands used to search and replace:
Note: config.mk.in, src/fnettrace/Makefile and src/include/common.h were
edited manually.
This is a follow-up to #5871.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.