]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention Solaris 10 'make clean' and 'make check'
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Jun 2022 22:36:22 +0000 (17:36 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Jun 2022 22:38:04 +0000 (17:38 -0500)
etc/PROBLEMS

index c2164094d71adc175ce4ed0bcf02d7549f27f605..f935b9c9305d975c9439a52ecb261478efbeb2a9 100644 (file)
@@ -2400,6 +2400,12 @@ Definitions" to make them defined.
 We list bugs in current versions here.  See also the section on legacy
 systems.
 
+*** On Solaris 10, 'make clean' and 'make check' do not work.
+The Emacs build procedure uses â€™find ... -path ...', which Solaris 10
+'find' does not support.  You can work around the problem by
+installing GNU 'find' in your PATH.  This problem should be fixed in
+Emacs 29.
+
 *** On Solaris 10 sparc, Emacs crashes during the build while saving state.
 This was observed for Emacs 28.1 on Solaris 10 32-bit sparc, with
 Oracle Developer Studio 12.6 (Sun C 5.15).  The failure was intermittent,