153 ☞ Sourcing a shell script in Make - 0 views
-
Make runs its commands in a subshell, so the variables exported by source aren’t available to other commands.
-
Make and Bash have awfully similar syntaces for setting variables
-
Make doesn’t parse quotes
- ...2 more annotations...