summaryrefslogtreecommitdiff
path: root/tools/run-nm-test.sh
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-10 17:06:37 +0100
committerThomas Haller <thaller@redhat.com>2016-11-10 18:30:38 +0100
commit7b78a931dff637276b295991c3f26a90cc256e21 (patch)
treee9f73cd63e5cd27055d7efe00dbc6897fa9b1269 /tools/run-nm-test.sh
parentaa3e44984ab2a5ed258e65e5caeffd8ba1f251b8 (diff)
downloadNetworkManager-7b78a931dff637276b295991c3f26a90cc256e21.tar.gz
build: generate src/NetworkManager.ver during build
This adds 0.4 seconds to the build time. You can disable it by setting $NM_BUILD_NO_CREATE_EXPORTS environment variable. This is useful in the unexpected case that the script is broken. Or, if you just want to use a different, non-generated version-script. Or, if you want to save 0.4 seconds build-time.
Diffstat (limited to 'tools/run-nm-test.sh')
-rwxr-xr-xtools/run-nm-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-nm-test.sh b/tools/run-nm-test.sh
index 65a0592456..4835f9c2d6 100755
--- a/tools/run-nm-test.sh
+++ b/tools/run-nm-test.sh
@@ -37,7 +37,7 @@ fi
# Whether to use valgrind can be controlled via command line
# variables $NMTST_USE_VALGRIND set to true/false
#
-# When --called-from-makefile, the variable has only
+# When --called-from-make, the variable has only
# effect when `./configure --with-valgrind`. Otherwise,
# valgrind is never used during `make check`.
# When `./configure --with-valgrind`, valgrind is used