Dissuade DOCKER=1 usage

This commit is contained in:
Michael Vines 2018-12-02 23:15:43 -08:00
parent 3f9dc08984
commit 1fbbf13ec9
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,7 @@ OUT_DIR ?= ./out
OS := $(shell uname)
ifeq ($(DOCKER),1)
$(warning DOCKER=1 is experimential and may not work as advertised)
LLVM_DIR = $(LOCAL_PATH)llvm-docker/
LLVM_SYSTEM_INC_DIRS := /usr/local/lib/clang/8.0.0/include
else
@ -107,8 +108,6 @@ help:
@echo ' - The following setting are overridable on the command line, default values shown:'
@echo ' - Show commands while building: V=1'
@echo ' V=$(V)'
@echo ' - Use LLVM from docker: DOCKER=1'
@echo ' DOCKER=$(DOCKER)'
@echo ' - List of include directories:'
@echo ' INC_DIRS=$(INC_DIRS)'
@echo ' - List of system include directories:'