jlam
|
7a9849cf96
|
Don't try to multiply define the same target for generating buildlink2
wrapper script. This can occur if you set something like LD=cc where
the cc wrapper is already generated from CC=cc.
|
2002-08-28 04:49:16 +00:00 |
|
jlam
|
6976525599
|
FC and F77 point to the same thing, so no need to create wrappers for
both of them -- just create wrappers for one, then set the appropriate
env vars to handle the other one.
|
2002-08-27 17:34:04 +00:00 |
|
jlam
|
4ab7ebefaa
|
Remove estimates on increased build times as they're probably not still
accurate.
|
2002-08-25 22:16:44 +00:00 |
|
jlam
|
944ecea87e
|
It's USE_BUILDLINK2, not USE_BUILDLINK2_ONLY.
|
2002-08-25 18:51:31 +00:00 |
|
jlam
|
3cfe800533
|
Create the include and lib buildlink dirs so that Darwin's compiler won't
complain on stdout (!) when -I or -L args are passed to it and break
scripts that check for output.
|
2002-08-23 00:27:59 +00:00 |
|
jlam
|
afd2d15ee3
|
Use sed instead of a funky make RE variable to sanitize the PATH. It was
breaking when the directory names had RE characters like "+".
|
2002-08-22 20:20:33 +00:00 |
|
jlam
|
b119dbc8ef
|
Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.
|
2002-08-22 08:21:26 +00:00 |
|