From: Fabian Grünbichler Date: Wed, 27 Mar 2019 13:11:11 +0000 (+0100) Subject: build: remove cruft X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=commitdiff_plain;h=d3175573a9a87aa6cb3916f6f6b61f35232b221f;hp=341b509aed63ad198d8a092a5d04c68c97bcab16 build: remove cruft which is no longer used Signed-off-by: Fabian Grünbichler --- 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/