summaryrefslogtreecommitdiff
path: root/lib/py-compile
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-15 15:37:19 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-15 15:46:27 +0200
commit529d8ecb28e9c6fd7fdcde76e1ed373b15a67135 (patch)
tree765d3d1337e1bb6e743a2716c31a260f00d7c334 /lib/py-compile
parent67d6546ecf236c5ec1e20edde3c16c13b1726169 (diff)
parent6d7399c92f7b16d0e14fc8165602a7b77e31d12b (diff)
downloadautomake-529d8ecb28e9c6fd7fdcde76e1ed373b15a67135.tar.gz
Merge branch 'master' into ng/master
* master: automake: stop supporting "%KEY?iftrue:iffalse%" transforms am: stop using "%KEY:iffalse?iftrue%" transforms tests: minor reorganization of few tests fixup: adjust t/list-of-tests.mk for renamed/added tests subdirs: enhance coverage, tweak and rename few tests sync: update files from upstream with "make fetch" py-compile: consistently quote 'like this', not `like this'. docs: recursive make considered harmful docs: clean rules are not run in reverse order of build rules anymore silent: new $(AM_V_P) variable, tell if we're running in silent mode refactor: silent rules handling (a little) refactor: &define_verbose_var: accept a third optional argument + Extra non-trivial edits: * t/dir-named-obj-is-bad.sh, t/sourcefile-in-subdir.sh: Delete, it's how the old (and in Automake-NG obsolete and removed) tests 't/subdir3.sh' and 't/subdir7.sh' have been respectively renamed in mainline Automake. * t/silent6.sh: Don't disable the 'portability-recursive' warnings, they are not anymore used nor supported by Automake-NG. * automake.in: Adjust calls to subroutines '&Automake::Variable::define' and '&define_variable' to the different Automake-NG APIs and signature. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/py-compile')
-rwxr-xr-xlib/py-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/py-compile b/lib/py-compile
index 87de337d3..d7128115e 100755
--- a/lib/py-compile
+++ b/lib/py-compile
@@ -36,7 +36,7 @@ me=py-compile
usage_error ()
{
echo "$me: $*" >&2
- echo "Try \`$me --help' for more information." >&2
+ echo "Try '$me --help' for more information." >&2
exit 1
}