summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Reimann <ttr314@googlemail.com>2017-06-13 00:12:13 +0200
committerChristoph Blecker <admin@toph.ca>2017-06-12 15:12:13 -0700
commitc23128b206ce71d9b1967a12c7b0f206add301d6 (patch)
treeeb4cdff80e4fc8b604c00c35015b54421c95f1e9
parent8dbec90eaa8247cdb228c1809bd04dd40b5c283c (diff)
Add note about CDPATH interaction with scripts. (#705)
-rw-r--r--contributors/devel/development.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md
index 95b78358..9d83a022 100644
--- a/contributors/devel/development.md
+++ b/contributors/devel/development.md
@@ -254,6 +254,8 @@ Then edit code on the `myfeature` branch.
#### Build
+*Note:* If you are using `CDPATH`, you must either start it with a leading colon, or unset the variable. The make rules and scripts to build require the current directory to come first on the CD search path in order to properly navigate between directories.
+
```sh
cd $working_dir/kubernetes
make