diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-08-20 04:03:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-08-20 04:03:51 +0000 |
commit | 1aec149d0434d6dea781e6673fb02ca242692fb0 (patch) | |
tree | 04d46b537dbabf56dfb70a39f4dd4d124f8003a5 /java/jdk15 | |
parent | 17e4c5c865e57f85a2db5c5bc7492ce063d85c5c (diff) |
. Remove some unnecessary whitespace.
. printf -> ${PRINTF}.
Notes
Notes:
svn path=/head/; revision=218894
Diffstat (limited to 'java/jdk15')
-rw-r--r-- | java/jdk15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 89833879dfca..edaf2735708f 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -182,7 +182,7 @@ X11_FILES= ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFe # Check for JDK sources and patch file .if !defined(PACKAGE_BUILDING) && (!exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE}) || (defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})) || (defined(WITH_TZUPDATE) && !exists(${DISTDIR}/${TZUPDATEFILE})) || !exists(${DISTDIR}/${PATCHSETFILE}))#{ -DISTFILE_INSTRUCTIONS= \n\ +DISTFILE_INSTRUCTIONS=\n\ Due to licensing restrictions, certain files must be fetched manually.\n\n .if !exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE})#{ DISTFILE_INSTRUCTIONS += Please open http://download.java.net/tiger/archive/tiger_u14/\n\ @@ -230,7 +230,7 @@ pre-fetch: @${ECHO_MSG} .endif .if defined(DISTFILE_INSTRUCTIONS) - @printf "${DISTFILE_INSTRUCTIONS}" + @${PRINTF} "${DISTFILE_INSTRUCTIONS}" @exit 1 .endif |