diff options
author | Neville Cain <neville.cain@qonto.eu> | 2019-12-29 21:04:56 +0100 |
---|---|---|
committer | Neville Cain <neville.cain@qonto.eu> | 2020-01-04 23:54:57 +0100 |
commit | 16b793a45aca4cee998ff65f37bebadcf51c7618 (patch) | |
tree | 54109b9ce3b236e56449e8e28586dcdb1346796e /cmd/podman/image.go | |
parent | 9e03aa14b63f9351926071ba0a8b7064154cb0fe (diff) | |
download | podman-16b793a45aca4cee998ff65f37bebadcf51c7618.tar.gz podman-16b793a45aca4cee998ff65f37bebadcf51c7618.tar.bz2 podman-16b793a45aca4cee998ff65f37bebadcf51c7618.zip |
Generate binaries only if they are changes in src code.
Changes I am making:
1. The target `.gopathok` was listed in `.PHONY` which
looks wrong as it regenerates `.gopathok` every time we
re-run it, which was a part of the issue. I removed it
to avoid that. If `.gopathok` is present', makefile
should not need to rerun it.
2. Ensure the binaries are created only if they don't
exist by adding `bin/podman`
and `bin/podman-remote`.
3. Add a `SOURCES = $(shell find . -name "*.go")` and put
it as a dependency of the podman binaries target. It allows us
to re-generate the binaries only when there is a change in the
source files. The downside is it increases the running time of
the command that generates them (20 seconds on my virtual machine
running Centos 7). If this is a problem, we could introduce a
hidden file that would list all the files to track, that
would need to be updated only when a dev is introducing new files.
4. Fixed the make package-install as it does not work with yum.
I updated the build_rpm.sh to ensure it works on centos 7
and centos 8 with no pre-required installation.
Closes #4367
Signed-off-by: Neville Cain <neville.cain@qonto.eu>
Diffstat (limited to 'cmd/podman/image.go')
0 files changed, 0 insertions, 0 deletions