Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add strip target and simplify install targets #6342

Merged
merged 2 commits into from
May 20, 2024

Conversation

kmk3
Copy link
Collaborator

@kmk3 kmk3 commented May 17, 2024

  • build: add a standalone strip target

Move the strip invocation into its own target to allow stripping
binaries without having to run the "realinstall" target.

  • build: remove redundant realinstall target

Leave just the "install" and "install-strip" targets.

See commit 099925e ("added install-strip, make install now without
strip.", 2015-09-10) / PR #60 and commit 0215cbc ("make install, make
install-strip", 2015-09-11).

kmk3 added 2 commits May 17, 2024 03:45
Move the strip invocation into its own target to allow stripping
binaries without having to run the "realinstall" target.
Leave just the "install" and "install-strip" targets.

See commit 099925e ("added install-strip, make install now without
strip.", 2015-09-10) / PR netblue30#60 and commit 0215cbc ("make install, make
install-strip", 2015-09-11).
@kmk3 kmk3 added this to In progress in Release 0.9.74 via automation May 17, 2024
Copy link
Collaborator

@glitsj16 glitsj16 left a comment

Choose a reason for hiding this comment

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

Looks fine.

@kmk3 kmk3 merged commit 4e25922 into netblue30:master May 20, 2024
13 checks passed
@kmk3 kmk3 deleted the build-add-strip branch May 20, 2024 03:41
kmk3 added a commit that referenced this pull request May 20, 2024
@kmk3 kmk3 moved this from In progress to Done (on RELNOTES) in Release 0.9.74 May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Release 0.9.74
  
Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

None yet

2 participants