]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
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)
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]

diff --git a/server/test_char.h b/server/test_char.h
new file mode 100644 (file)
index 0000000..e69de29