mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
removed debug output (caused compiler warning dialog to open in COOJA)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user