Skip to content
Snippets Groups Projects
Commit 8fb6889b authored by rswindell's avatar rswindell
Browse files

Removed OS definition warning and endif warnings.

parent e8f93b0a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ OFILE = o
ifndef os
os = $(shell uname)
$(warning OS not specified on command line, setting to '$(os)'.)
endif
os := $(shell echo $(os) | tr "[A-Z]" "[a-z]")
#os := $(shell echo $(os) | awk '/.*/ { print tolower($$1)}')
......@@ -59,9 +58,9 @@ else
LFLAGS := libpthread.a
else
LFLAGS := -lpthread
endif !bcc
endif !OpenBSD
endif !FreeBSD
endif
endif
endif
ifdef DEBUG
ifdef bcc
......
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