[pve-devel] applied: [PATCH kernel 1/3] build: remove leftover ZoL workaround
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Oct 5 14:12:14 CEST 2018
On 9/13/18 10:51 PM, Fabian Grünbichler wrote:
> the executable bit is now properly tracked in our submodule, so this is
> no longer needed.
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> Makefile | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 2d6489d..57698d9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -145,8 +145,6 @@ $(ZFSDIR).prepared: ${ZFSSRC}
> mkdir -p ${BUILD_DIR}/${MODULES}/${ZFSDIR}
> cp -a ${ZFSSRC}/* ${BUILD_DIR}/${MODULES}/${ZFSDIR}
> cd ${BUILD_DIR}/${MODULES}/${ZFSDIR}; for patch in ../../../${ZFSSRC}/../zfs-patches/*.patch; do patch -p1 < $${patch}; done
> - # temporarily since patch does not know about permissions, remove after 0.7.7 was merged properly
> - chmod +x ${BUILD_DIR}/${MODULES}/${ZFSDIR}/scripts/enum-extract.pl
> touch $@
>
> .PHONY: upload
>
applied
More information about the pve-devel
mailing list