diff options
| author | Simon John <git@the-jedi.co.uk> | 2015-09-15 00:00:30 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2015-09-15 00:00:30 +0100 |
| commit | af17878bc4efa0a7aefce5e47b0ad44454c06c70 (patch) | |
| tree | aaa86bc76651ad4c550db85bf40569d829bcdfbd /arduino-mk-vars.md | |
| parent | 3198aeab40194778f8c2cc869af82c7b1de688e0 (diff) | |
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? ;-)
Diffstat (limited to 'arduino-mk-vars.md')
| -rw-r--r-- | arduino-mk-vars.md | 4 |
1 files changed, 2 insertions, 2 deletions
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* |
