Subject: bmake on Solaris-2.5 patch ....
To: None <tech-ports@NetBSD.ORG>
From: Andrew Cagney <cagney@highland.com.au>
List: tech-ports
Date: 03/12/1996 18:36:38
Hello,

Tried building bmake (a recent update that addressed many portability
problems) and found one problem (see end).  I built it using:

	make -f Makefile.boot CC='gcc -g -DPOSIX'

perhaphs that is why it didn't build.  Maybe the version of bmake in the
source tree already fixes this.

				Andrew


*** arch.c.orig	Tue Mar 12 18:10:16 1996
--- arch.c	Tue Mar 12 18:10:26 1996
***************
*** 1064,1070 ****
  	    oodate = TRUE;
  	}
  #else
! 	oodata = FALSE;
  #endif
      }
      return (oodate);
--- 1064,1070 ----
  	    oodate = TRUE;
  	}
  #else
! 	oodate = FALSE;
  #endif
      }
      return (oodate);