Skip to content
Snippets Groups Projects
Commit 2b8d62f6 authored by rswindell's avatar rswindell
Browse files

Remove unused awk-translation of OS name.

parent 590b10ff
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@ ifndef os
endif
# this line wont work with solaris unless awk in path is actually gawk
os := $(shell echo $(os) | tr "[A-Z]" "[a-z]")
#os := $(shell echo $(os) | awk '/.*/ { print tolower($$1)}')
# remove '/' from "os/2"
os := $(shell echo $(os) | tr -d "/")
......
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