criu/compel/plugins
Dmitry Safonov 25f6d4f72f build: Remove SRCARCH
SRCARCH is always equal ARCH. There are no rules when to use one or
another and architectures may forget to set one of them up.

No need for a second variable meaning the same and confusing people.
Remove it completely.

Self-correction [after some debug]: SRCARCH was different in one place:
zdtm Makefile by some unintentional mistake:
> ifeq ($(ARCH),arm64)
>         ARCH		?= aarch64
>         SRCARCH	?= aarch64
> endif

That meant to be "ARCH := aarch64" because "?=" would never work inside
that ifeq. Fix up this part of mess too.

Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Andrei Vagin <avagin@gmail.com>
2020-02-04 12:39:04 -08:00
..
fds compel: Add fds plugin (v2) 2017-03-15 09:36:09 +03:00
include compel/criu: Add __must_check 2020-02-04 12:39:04 -08:00
shmem Replace references to MAP_ANON with MAP_ANONYMOUS 2019-04-20 20:25:26 -07:00
std compel/std/uapi: Provide setter for gettimeofday() 2019-09-07 15:59:55 +03:00
Makefile build: Remove SRCARCH 2020-02-04 12:39:04 -08:00