]> granicus.if.org Git - libexpat/commitdiff
Try to better explain the problems with Sun make -- perhaps someone with
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 25 Jul 2001 18:08:05 +0000 (18:08 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 25 Jul 2001 18:08:05 +0000 (18:08 +0000)
more knowledge of the Sun tools could help explain this?

expat/README

index 533671d24d3d75339d3bdc0db61c78578e841f33..3366fbe3cbbd381383821114a7d05b096a0792c0 100644 (file)
@@ -49,7 +49,8 @@ Note for Solaris users:  The "ar" command is usually located in
 "/usr/ccs/bin", which is not in the default PATH.  You will need to
 add this to your path for the "make" command, and probably also switch
 to GNU make (the "make" found in /usr/ccs/bin does not seem to work
-properly).  If you're using ksh or bash, use this command to build:
+properly -- appearantly it does not understand .PHONY directives).  If
+you're using ksh or bash, use this command to build:
 
        PATH=/usr/ccs/bin:$PATH make