removed debug output (caused compiler warning dialog to open in COOJA)
This commit is contained in:
parent
47d3425aab
commit
73cb02fb49
|
@ -25,7 +25,6 @@ ifndef HOST_OS
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
## TODO: detect more specific Windows set-ups,
|
## TODO: detect more specific Windows set-ups,
|
||||||
## e.g. CygWin, MingW, VisualC, Watcom, Interix
|
## e.g. CygWin, MingW, VisualC, Watcom, Interix
|
||||||
$(warning Windows (NT) detected.)
|
|
||||||
HOST_OS := Windows
|
HOST_OS := Windows
|
||||||
else
|
else
|
||||||
HOST_OS := $(shell uname)
|
HOST_OS := $(shell uname)
|
||||||
|
|
Loading…
Reference in a new issue