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:
parent
9e51d7d830
commit
2ede17691a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue