1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

include arch and os into BUILDDIR

This commit is contained in:
Steffen Vogel 2018-01-17 01:18:55 +01:00
parent 9e51d7d830
commit 2ede17691a

View file

@ -94,7 +94,7 @@ endif
EMPTY :=
SPACE := $(EMPTY) $(EMPTY)
VARIANT = $(subst $(SPACE),-,$(strip $(VARIANTS)))
VARIANT = $(shell uname -s)-$(shell uname -m)-$(subst $(SPACE),-,$(strip $(VARIANTS)))
BUILDDIR := $(BUILDDIR)/$(VARIANT)
SRCDIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))