mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[make/en] enviroment -> environment
This commit is contained in:
parent
c04611012b
commit
f0967a8550
@ -145,11 +145,11 @@ echo:
|
|||||||
# In order of priority from highest to lowest:
|
# In order of priority from highest to lowest:
|
||||||
# 1: commandline arguments
|
# 1: commandline arguments
|
||||||
# 2: Makefile
|
# 2: Makefile
|
||||||
# 3: shell enviroment variables - make imports these automatically.
|
# 3: shell environment variables - make imports these automatically.
|
||||||
# 4: make has some predefined variables
|
# 4: make has some predefined variables
|
||||||
|
|
||||||
name4 ?= Jean
|
name4 ?= Jean
|
||||||
# Only set the variable if enviroment variable is not already defined.
|
# Only set the variable if environment variable is not already defined.
|
||||||
|
|
||||||
override name5 = David
|
override name5 = David
|
||||||
# Stops commandline arguments from changing this variable.
|
# Stops commandline arguments from changing this variable.
|
||||||
|
Loading…
Reference in New Issue
Block a user