mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-17 15:56:14 +00:00
buildsys: remove useless variable definitions
the used ones are in src/Makefile, so remove those left over, else one could get confused why there on two places and why changes here had no effect. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
008c3bb2d4
commit
f943f4d13e
7
Makefile
7
Makefile
@ -3,13 +3,6 @@ PKGREL=34
|
|||||||
|
|
||||||
PACKAGE=libpve-common-perl
|
PACKAGE=libpve-common-perl
|
||||||
|
|
||||||
PREFIX=/usr
|
|
||||||
BINDIR=${PREFIX}/bin
|
|
||||||
MANDIR=${PREFIX}/share/man
|
|
||||||
DOCDIR=${PREFIX}/share/doc
|
|
||||||
MAN1DIR=${MANDIR}/man1/
|
|
||||||
PERLDIR=${PREFIX}/share/perl5
|
|
||||||
|
|
||||||
ARCH=all
|
ARCH=all
|
||||||
GITVERSION:=$(shell git rev-parse HEAD)
|
GITVERSION:=$(shell git rev-parse HEAD)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user