2004-02-10 20:31:27 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Honor GCC3_PKGMODIF for alternate gcc3 install location.
|
2004-02-10 20:29:36 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Add an explicit dependency on gcc3-c so that gcc3-* sub-language packages
will depend on gcc3-c instead perhaps of just using the system compiler.
|
2004-02-06 20:04:26 by Johnny C. Lam | Files touched by this commit (27) |
Log message:
If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value. This
avoids breakage when executing the just-in-time su targets.
|
2004-02-06 03:49:54 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Correctly depend on binutils if binutils is already installed and
${LOCALBASE}/bin is in the ${PATH}.
|
2004-02-06 02:42:29 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
We should only ever append to DEPENDS, not set it.
|
2004-02-05 21:58:41 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Fix lossage from buildlink3.mk files not being included by bsd.prefs.mk
as a result of recent changes in mk/compiler. This fixes seeing the
mysterious "_gcc3" when building gcc3-* packages.
|
2004-02-05 04:45:13 by Johnny C. Lam | Files touched by this commit (6) |
Log message:
bsd.compiler.mk no longer adds dependencies or includes buildlink*.mk files
if it's being included by bsd.prefs.mk, so we can safely move the
BUILDLINK_DEPENDS line to its usual location.
|
2004-02-05 01:28:35 by Johnny C. Lam | Files touched by this commit (6) |
Log message:
List the correct directories for finding GCC libraries so that they will
be added automatically to library and run-time library search paths.
|
2004-02-02 13:17:23 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
There was an extra slash where there shouldn't have been.
|
2004-02-01 15:05:47 by Johnny C. Lam | Files touched by this commit (25) |
Log message:
bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for use
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency
is always added regardless of the BUILDLINK_DEPTH. This is because these
buildlink3.mk files may be included by bsd.prefs.mk, which is often
included other buildlink3.mk files, and we need to ensure that regardless
of the depth, we are using the correct compiler.
|