aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-07-25 15:45:40 +0200
committerLoïc Hoguin <[email protected]>2014-07-25 15:45:40 +0200
commit3d44f83ebb1f15922a2531085b520253aae35548 (patch)
tree580234efa7a435aae082fe72ac0e563e612339cd
parent9a46c92ad3e2a31d81ab9df35a8bbb968c7ae910 (diff)
downloaderlang.mk-3d44f83ebb1f15922a2531085b520253aae35548.tar.gz
erlang.mk-3d44f83ebb1f15922a2531085b520253aae35548.tar.bz2
erlang.mk-3d44f83ebb1f15922a2531085b520253aae35548.zip
Add a requirement for a space-free path
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index de968d5..f6450aa 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@ unix environment with Erlang installed and in the `$PATH`.
`erlang.mk` uses `wget` for downloading the package index file
when the `pkg://` scheme is used.
+`erlang.mk` will NOT work if the path contains spaces. This is a
+limitation of POSIX compatible make build tools.
+
Usage
-----