mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
run make with -e so users can override makefile variables (#278)
allow environment to override makefile variables Signed-off-by: Aram Akhavan <github@aram.nubmail.ca>
This commit is contained in:
parent
7ae45a97b7
commit
3c3e28eef5
2 changed files with 16 additions and 14 deletions
|
@ -10,6 +10,8 @@ On a debian system:
|
|||
- Run `dpkg-buildpackage -us -uc -b --target-arch ARCH`
|
||||
Where ARCH can be any of the released architectures, like "amd64" or "arm".
|
||||
- Most users will just run: `dpkg-buildpackage -us -uc -b`
|
||||
- Note that any existing environment variables will override the default makefile variables in [debian/rules](debian/rules)
|
||||
- The above can be used, for example, to build a particular verison by setting the `VERSION` environment variable
|
||||
|
||||
To install:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue