Skip to content
Snippets Groups Projects
Commit 7c047fa9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

contrib: gpg-error: remove broken Android hacks

Proper handling of errors and interrupts of course requires that the
target only exists on succesful completion. .DELETE_ON_ERROR cannot be
used for directories. The contribs source README indeed has required to
keep $(MOVE) for as long as the current incarnation of contribs has
existed.

This hack is no longer necessary anyway as per the previous change.
parent ba314fb4
Branches master
No related tags found
No related merge requests found
......@@ -30,14 +30,6 @@ ifndef HAVE_WIN32
"$(UNPACK_DIR)/src/lock-obj-pub.native.h"
endif
$(MOVE)
ifdef HAVE_ANDROID
ifeq ($(ARCH),aarch64)
# x86_64-linux-gnu matches exactly what gets generated by gen-posix-lock-obj on arm64
cp $@/src/syscfg/lock-obj-pub.x86_64-pc-linux-gnu.h $@/src/syscfg/lock-obj-pub.linux-android.h
else
cp $@/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h $@/src/syscfg/lock-obj-pub.linux-android.h
endif
endif
GPGERROR_CONF := $(HOSTCONF) \
--disable-nls \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment