mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-01-18 10:03:54 +03:00
buildsys: drop odd TARGZ
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0af69e3bac
commit
734dccd3a9
3
Makefile
3
Makefile
@ -6,7 +6,6 @@ BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
||||
|
||||
DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
|
||||
DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
|
||||
TARGZ=$(PACKAGE)_$(PKGVER)-$(PKGREL).tar.gz
|
||||
|
||||
all:
|
||||
$(MAKE) -C PVE
|
||||
@ -27,7 +26,7 @@ $(DEB): $(BUILDDIR)
|
||||
lintian $(DEB)
|
||||
|
||||
.PHONY: dsc
|
||||
dsc $(TARGZ): $(DSC)
|
||||
dsc: $(DSC)
|
||||
$(DSC): $(BUILDDIR)
|
||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
|
||||
lintian $(DSC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user