]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This is an awful hack to work around a bug in Solaris 7's native make,
authorCliff Woolley <jwoolley@apache.org>
Sun, 29 Jul 2001 22:23:30 +0000 (22:23 +0000)
committerCliff Woolley <jwoolley@apache.org>
Sun, 29 Jul 2001 22:23:30 +0000 (22:23 +0000)
commit1d8122e536899d5dc2a3d1009370c609552eb944
treef9e836b20a6016e178d2fb18cf169f3488d4b80f
parent7cd0d1ced899c3c181a4b7a97667ca1cdf9ee54c
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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89772 13f79535-47bb-0310-9956-ffa450edef68
server/test_char.h [new file with mode: 0644]