mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
new drone bits
This commit is contained in:
parent
4ac3e7b864
commit
2115b18ae3
23 changed files with 11723 additions and 2372 deletions
|
@ -476,17 +476,19 @@ echo_flags:
|
|||
@echo "echo_flags :: RUSTFLAGS=$(RUSTFLAGS)"
|
||||
@echo "=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~"
|
||||
|
||||
# debian: echo_flags
|
||||
# @echo "building deb package"
|
||||
# debuild --no-lintian -b -uc -us
|
||||
|
||||
debian: FORCE
|
||||
debian: echo_flags
|
||||
@echo "building deb package"
|
||||
debuild --no-lintian -I -i -us -uc -nc -b
|
||||
# debuild --no-lintian -b -uc -us
|
||||
|
||||
# debian: FORCE
|
||||
# debuild --no-lintian -I -i -us -uc -nc -b
|
||||
|
||||
debian-clean: FORCE
|
||||
rm -rf debian/files debian/zerotier-one*.debhelper debian/zerotier-one.substvars debian/*.log debian/zerotier-one debian/.debhelper debian/debhelper-build-stamp
|
||||
|
||||
redhat: FORCE
|
||||
redhat:
|
||||
@echo "building rpm package"
|
||||
rpmbuild --target `rpm -q bash --qf "%{arch}"` -ba zerotier-one.spec
|
||||
|
||||
# This installs the packages needed to build ZT locally on CentOS 7 and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue