7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places

Thu, 10 Mar 2011 13:22:51 -0800

author
ohair
date
Thu, 10 Mar 2011 13:22:51 -0800
changeset 188
ba12732b1453
parent 186
359d0c8c00a0
child 189
545de8303fec

7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
Reviewed-by: mchung

make/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/make/Makefile	Thu Mar 03 14:13:05 2011 -0800
     1.2 +++ b/make/Makefile	Thu Mar 10 13:22:51 2011 -0800
     1.3 @@ -136,7 +136,7 @@
     1.4  else
     1.5    ANT = ant
     1.6    ifneq ($(shell which $(ANT) > /dev/null; echo $$?), 0)
     1.7 -    $(error "\"ant\" not found; please set ANT_HOME or put \"ant\" on your PATH")
     1.8 +    $(error "'ant' not found; please set ANT_HOME or put 'ant' on your PATH")
     1.9    endif
    1.10  endif
    1.11  

mercurial