Log of /apr/apr/tags/0.9.3/atomic/solaris_sparc/Makefile.in
Parent Directory
|
Revision Log
Revision
63297 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 23 19:01:35 2002 UTC
(7 years, 7 months ago)
by
jim
Original Path:
apr/apr/trunk/atomic/solaris_sparc/Makefile.in
File length: 457 byte(s)
Diff to
previous 63286
(
colored)
Hopefully close the build problems with atomic on Solaris systems
with GNUas. It looks like 'gcc -E' is ignoring the apr_atomic_sparc.s
file (due to the suffix... a apr_atomic_sparc.c file would be read
in fine) causing apr_atomic_sparc.S to be empty for GNUas users.
Soooooo we force it to read from stdin. For non-GNUas users, we
work as normal, though a but weirdly (instead of cat ... > it's
cat - < ... > )
PR:
Obtained from:
Submitted by:
Reviewed by: Aaron Bannert
Revision
63286 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 22 01:24:51 2002 UTC
(7 years, 7 months ago)
by
jerenkrantz
Original Path:
apr/apr/trunk/atomic/solaris_sparc/Makefile.in
File length: 453 byte(s)
Diff to
previous 63206
(
colored)
Allow VPATH builds to properly generate build dependencies. This requires
srcdir to always be available in a Makefile, so we need to stop adding
this only when we use VPATH.
Change the dependency generation to use .deps instead of appending to
the Makefile. This makes us consistent with the dependency style of
httpd-2.0.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.