Skip to content
Snippets Groups Projects
Commit 4231a5c7 authored by rswindell's avatar rswindell
Browse files

No longer warn if os not specified and auto-detected.

parent 9e0c1b5a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,6 @@ XPDEV = ../xpdev/
ifndef os
os := $(shell uname)
$(warning OS not specified on command line, setting to '$(os)'.)
endif
# this line wont work with solaris unless awk in path is actually gawk
os := $(shell echo $(os) | tr "[A-Z]" "[a-z]")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment