mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 01:29:13 +00:00
removed 'dist' target
This commit is contained in:
parent
504003415f
commit
64939004a1
15
Makefile
15
Makefile
@ -21,9 +21,6 @@ PERLINCDIR=${PERLDIR}/asm-x86_64
|
|||||||
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||||
DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
|
DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
|
||||||
|
|
||||||
CDATE:=$(shell date +%F)
|
|
||||||
SNAP=${PACKAGE}-${VERSION}-${CDATE}.tar.gz
|
|
||||||
|
|
||||||
all: ${DEB}
|
all: ${DEB}
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
@ -127,15 +124,3 @@ clean:
|
|||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
||||||
.PHONY: dist
|
|
||||||
${SNAP} dist: distclean
|
|
||||||
rm -rf ${SNAP} dist/qemu-server
|
|
||||||
mkdir -p dist/${PACKAGE}
|
|
||||||
svn co svn://proxdev/server/svn/qemu-server/trunc dist/${PACKAGE}
|
|
||||||
tar cvzf ${SNAP} -C dist --exclude .svn ${PACKAGE}
|
|
||||||
rm -rf dist
|
|
||||||
|
|
||||||
.PHONY:
|
|
||||||
uploaddist: ${SNAP}
|
|
||||||
scp ${SNAP} pve.proxmox.com:/home/ftp/sources/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user