diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-06 17:18:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-26 01:11:41 +0700 |
| commit | beb21fd9447f273cc956ea74d98bfe29d16244f0 (patch) | |
| tree | e21ad624a07a3439871a3bb46a443c4e2d450108 /Makefile | |
| parent | 7f228a9548fc600d05f2c0c34ceb51850ca6d314 (diff) | |
| download | google-compute-engine-oslogin-beb21fd9447f273cc956ea74d98bfe29d16244f0.tar.xz | |
all: update to release 20251022.00
Changes,
* Add package boost as one of the dependencies
* Remove the prepare and checkdepends. The latest test does not run
with the following error:
*** No rule to make target '/usr/src/googletest/googletest//src/gtest-all.cc',
needed by 'gtest-all.o'. Stop.
* Remove patch on the test/Makefile since it does not relevant anymore.
* Update the build commands, following google-compute-engine-oslogin.spec
in the packaging directory.
* Remove option --now in post_install and pre_remove script.
In Arch Linux we did not start or stop the service manually during
installation or removal.
* Add common tasks in the Makefile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5e33b7a --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +.PHONY: all +all: + makepkg --syncdeps + +.PHONY: release +release: check + makepkg --printsrcinfo > .SRCINFO + +.PHONY: check +check: + namcap PKGBUILD |
