From 9e981d4528d8b689a33e7b27e6d25ca9b9f63a59 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 21 Oct 2002 11:53:27 +0000 Subject: [PATCH] Add note about using ksh for as workaround for /bin/sh problems on Solaris7. --- ChangeLog | 5 +++++ Documentation/topdocs/INSTALL.texi | 15 ++++++++++++++- stepmake/stepmake/www-targets.make | 3 ++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c02ec7e616..de2be3b9c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-21 Jan Nieuwenhuizen + + * Documentation/topdocs/INSTALL.texi: Add note about using ksh for + as workaround for /bin/sh problems on Solaris7. + 2002-10-19 Werner Lemberg * GNUmakefile.in (web-doc): Fix typos. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 1420bfee6e..c96536c400 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -721,9 +721,22 @@ CFLAGS='-I /usr/pkg/include' LDFLAGS='-L/usr/pkg/lib' ./configure @end itemize -@unnumberedsubsec Solaris: +@unnumberedsubsec Solaris @itemize @bullet +@item Solaris7, ./configure + +@file{./configure} needs a POSIX compliant shell. On Solaris7, +@file{/bin/sh} is not yet POSIX compliant, but @file{/bin/ksh} or bash +is. Please run configure like: +@example + /bin/ksh -c ./configure +@end example +or +@example + bash -c ./configure +@end example + @item Sparc64/Solaris 2.6, GNU make-3.77 GNU make-3.77 is buggy on this platform, upgrade to 3.78.1 or newer. diff --git a/stepmake/stepmake/www-targets.make b/stepmake/stepmake/www-targets.make index a3a86cbf96..259d06fe85 100644 --- a/stepmake/stepmake/www-targets.make +++ b/stepmake/stepmake/www-targets.make @@ -9,8 +9,9 @@ WWW-clean: local-WWW-clean $(LOOP) endif +#ugh, this is (but whole make web/www/WWW is) lilypond specific local-web: - $(MAKE) out=www local-WWW + $(MAKE) out=www LILYPOND_BOOK_FORMAT=texi-html local-WWW web: $(MAKE) out=www LILYPOND_BOOK_FORMAT=texi-html WWW -- 2.39.5