-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add overridable makefile variable `APP_SIGNING_ID` and add code signing targets to the makefile. There are four executables (`lzmadec`, `lzmainfo`, `xz` and `xzdec`), so add a stamp file for each executable to track the signing state, in the form `<exe-name>-signed.stamp.txt`. Update the dependencies of the intermediate `$(TMP)/xz.pkg` target to include all four executables (instead of just `xz`) and the four signing stamp files. Add a description of `APP_SIGNING_ID` to the readme file.
- Loading branch information
1 parent
928912c
commit 6c0c6fa
Showing
2 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters