[pve-devel] [RFC pve-storage 07/36] common: introduce common module
Fiona Ebner
f.ebner at proxmox.com
Fri Dec 13 16:40:10 CET 2024
Am 17.07.24 um 11:40 schrieb Max Carrara:
> diff --git a/src/PVE/Storage/Makefile b/src/PVE/Storage/Makefile
> index d5cc942..2627062 100644
> --- a/src/PVE/Storage/Makefile
> +++ b/src/PVE/Storage/Makefile
Since I tried to use this, mentioning for completeness, the Makefile is
missing an entry for Common.pm
> @@ -18,5 +18,6 @@ SOURCES= \
>
> .PHONY: install
> install:
> + make -C Common install
> for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done
> make -C LunCmd install
More information about the pve-devel
mailing list