summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-05-31 18:07:56 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-05-31 18:07:56 +0200
commit0a73aff7c63518d30b87ed36596c6f25afc01aaa (patch)
treecb6a421008ab3355834fea10168d6ca4288dddec /tests/README
parente5699648000facb8138b594fe271fbb27296fb72 (diff)
parent3eb059190213c60a9f201f671f1c69d6eed6bd7d (diff)
downloadautomake-0a73aff7c63518d30b87ed36596c6f25afc01aaa.tar.gz
Merge branch 'master' into testsuite-work
* master: automake, aclocal: honour configure-time AUTOCONF and AUTOM4TE build: the user can override AUTOM4TE, AUTORECONF and AUTOUPDATE too tests/README: fix example about `make -e' usage
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/README b/tests/README
index 2db4e2256..d74a72512 100644
--- a/tests/README
+++ b/tests/README
@@ -228,11 +228,11 @@ Do not
here.)
Do not override Makefile variables using make arguments, as in e.g.:
- $MAKE DESTDIR=/foo/bar install
+ $MAKE prefix=/opt install
This is not portable for recursive targets (targets that call a
- sub-make may not pass `DESTDIR=/foo/bar' along). Use the following
+ sub-make may not pass `prefix=/opt' along). Use the following
instead:
- DESTDIR=/foo/bar $MAKE -e install
+ prefix=/opt $MAKE -e install
Do not send a test case without signing a copyright disclaimer.
See http://sources.redhat.com/automake/contribute.html or