You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2001/07/30 00:23:30 UTC

cvs commit: httpd-2.0/server test_char.h

jwoolley    01/07/29 15:23:30

  Added:       server   test_char.h
  Log:
  This is an awful hack to work around a bug in Solaris 7's native make,
  which blows up when you have a dependency on a not-yet-existent file.
  The way around this is to have a zero-byte version of the file around before
  running make, which will be older than gen_test_char after that gets
  built, so the blank test_char.h will get overwritten by a valid one.
  
  If somebody has a better way around this lack of lazy bindings on Solaris 7,
  please feel free to cvs rm this intentionally blank file and fix it a better
  way.
  
  Submitted by:	Justin Erenkrantz
  Reviewed by:	Cliff Woolley
  
  Revision  Changes    Path
  1.1                  httpd-2.0/server/test_char.h
  
  	<<Binary file>>