[pve-devel] [PATCH vncterm 3/3] build: remove cruft
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Mar 27 14:11:11 CET 2019
which is no longer used
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Makefile | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/Makefile b/Makefile
index ab248a3..1225390 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ VERSION=1.5
PACKAGERELEASE=3
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
GITVERSION:=$(shell cat .git/refs/heads/master)
-CDATE:=$(shell date +%F)
VNCVER=0.9.11
VNCREL=LibVNCServer-${VNCVER}
@@ -13,7 +12,6 @@ VNCSRC=${VNCREL}.tar.gz
VNCLIB=${VNCDIR}/libvncserver/.libs/libvncserver.a
DEB=${PACKAGE}_${VERSION}-${PACKAGERELEASE}_${ARCH}.deb
-SNAP=${PACKAGE}-${VERSION}-${CDATE}.tar.gz
CPPFLAGS += -O2 -g -Wall -Wno-deprecated-declarations -D_GNU_SOURCE -I $(VNCDIR)
@@ -82,13 +80,3 @@ clean:
.PHONY: distclean
distclean: clean
-
-.PHONY: dist
-${SNAP} dist: distclean
- rm -rf ../${SNAP}
- cd ..; tar cvzf ${SNAP} --exclude .svn ${PACKAGE}
- mv ../${SNAP} ${SNAP}
-
-.PHONY: uploaddist
-uploaddist: ${SNAP}
- scp ${SNAP} pve.proxmox.com:/home/ftp/sources/
--
2.20.1
More information about the pve-devel
mailing list