From af17878bc4efa0a7aefce5e47b0ad44454c06c70 Mon Sep 17 00:00:00 2001 From: Simon John Date: Tue, 15 Sep 2015 00:00:30 +0100 Subject: Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable. $ARCHITECTURE is probably safe as that's usually called $ARCH. Fixes issue #386. Need to decide if this is going to upset too many user's who have already started using $VENDOR - and who uses tcsh? ;-) --- arduino-mk-vars.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arduino-mk-vars.md') diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index 706a72b..c49201a 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -166,7 +166,7 @@ ARCHITECTURE = sam ---- -### VENDOR +### ARDMK_VENDOR **Description:** @@ -177,7 +177,7 @@ Defaults to `arduino` **Example:** ```Makefile -VENDOR = sparkfun +ARDMK_VENDOR = sparkfun ``` **Requirement:** *Optional* -- cgit v1.2.3