]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add note about using ksh for
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 21 Oct 2002 11:53:27 +0000 (11:53 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 21 Oct 2002 11:53:27 +0000 (11:53 +0000)
as workaround for /bin/sh problems on Solaris7.

ChangeLog
Documentation/topdocs/INSTALL.texi
stepmake/stepmake/www-targets.make

index c02ec7e616308050a7952da7f7c3cede81f7913d..de2be3b9c7926f830450af4868b047be8eda7268 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
+       as workaround for /bin/sh problems on Solaris7.
+
 2002-10-19  Werner Lemberg  <wl@gnu.org>
 
        * GNUmakefile.in (web-doc): Fix typos.
index 1420bfee6e9e44a7a9cf04f8e960280a76cbcd94..c96536c400cf1a1a3e4bcd938eead65c3e8eafe2 100644 (file)
@@ -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.
index a3a86cbf96d38f50502ec9f8d2126d4df05ce028..259d06fe85067ea06fca1a4d698932241b0292df 100644 (file)
@@ -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