mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4024] [MERGED] Makefile improvements #4999
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#4999
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/4024
Author: @kmk3
Created: 3/1/2021
Status: ✅ Merged
Merged: 3/1/2021
Merged by: @reinerh
Base:
master← Head:improve-makefiles📝 Commits (3)
0043776makefiles: fix whitespace7e3888cmakefiles: fix misc blank line consistency2465f92makefiles: make all, clean and distclean PHONY📊 Changes
23 files changed (+70 additions, -5 deletions)
View changed files
📝
Makefile.in(+4 -2)📝
src/bash_completion/Makefile.in(+3 -0)📝
src/fbuilder/Makefile.in(+3 -0)📝
src/fcopy/Makefile.in(+3 -0)📝
src/firecfg/Makefile.in(+3 -0)📝
src/firejail/Makefile.in(+3 -0)📝
src/firemon/Makefile.in(+3 -0)📝
src/fldd/Makefile.in(+3 -0)📝
src/fnet/Makefile.in(+3 -0)📝
src/fnetfilter/Makefile.in(+3 -0)📝
src/fsec-optimize/Makefile.in(+3 -0)📝
src/fsec-print/Makefile.in(+3 -0)📝
src/fseccomp/Makefile.in(+3 -0)📝
src/ftee/Makefile.in(+3 -0)📝
src/jailtest/Makefile.in(+3 -0)📝
src/lib/Makefile.in(+3 -0)📝
src/libpostexecseccomp/Makefile.in(+3 -0)📝
src/libtrace/Makefile.in(+3 -1)📝
src/libtracelog/Makefile.in(+3 -1)📝
src/man/Makefile.in(+4 -0)...and 3 more files
📄 Description
Some minor cleanup and improvements before adding new stuff.
@Fred-Barclay From the amount of whitespace-fixing commits, I think you'll like
the commands from commit
00437760d("makefiles: fix whitespace"):I don't know if you've used something like that before, but to me it has been
very handy on many occasions. From git-stripspace(1):
Though if there any plans to do a mass cleaning, it would be nice to have
something like that on a pre-commit hook/ci check beforehand, to catch errors
before they go to master and thus avoid the need for periodic clean-ups.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.