mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4139] [MERGED] makefiles: replace character class with plain char #5040
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#5040
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/4139
Author: @kmk3
Created: 3/24/2021
Status: ✅ Merged
Merged: 3/24/2021
Merged by: @netblue30
Base:
master← Head:makefiles-rm-cclass📝 Commits (1)
7c2ef65makefiles: replace character class with plain char📊 Changes
4 files changed (+4 additions, -4 deletions)
View changed files
📝
src/common.mk.in(+1 -1)📝
src/libpostexecseccomp/Makefile.in(+1 -1)📝
src/libtrace/Makefile.in(+1 -1)📝
src/libtracelog/Makefile.in(+1 -1)📄 Description
When using the "wildcard" internal functions.
This usage has been present since the first "real" commit in the
repository: commit
137985136("Baseline firejail 0.9.28").There is only a single character (i.e.: "h") inside the character class,
so its usage should make no functional difference. It may stem from a
construct that could have originally looked something like this:
Which would match both the implementation files and the headers.
From Section 4.4, Using Wildcard Characters in File Names of the
GNU make manual:
See also Section 2.13, Pattern Matching Notation of POSIX.1-2017.
Commands used to search, replace and clean up:
Note: To make sure that this doesn't actually change anything
functionally, I built firejail-git (AUR) on Artix from master and from
this commit and diffing the resulting files produced no output (other
than showing changes related to the build timestamps).
Misc: Reference to the previous makefile-related changes: commit
2465f9248("makefiles: make all, clean and distclean PHONY") /https://github.com/netblue30/firejail/pull/4024
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.