From: Paul Eggert Date: Mon, 27 Jun 2022 13:29:32 +0000 (-0500) Subject: "make clean" etc. problem now fixed on Solaris. X-Git-Tag: emacs-29.0.90~1447^2~1418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05fe0faed4f281c113aecb6524a14324a856671f;p=emacs.git "make clean" etc. problem now fixed on Solaris. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index c924f5f3949..14c1df25b16 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2548,12 +2548,6 @@ Emacs so that it isn't compiled with '-O5'. 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,