| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
OK'ed by: core
|
| |
|
|
|
|
|
| |
correct place if needed and possible. Self-hosted builds can just use
the system default.
|
|
|
|
|
| |
and object files in a less hackish way compatible with further
planned changes to bsd.dep.mk.
|
| |
|
| |
|
|
|
|
| |
Partially made possible by: Wilko.Bulte@compaq.com
|
|
|
|
| |
something special going on here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
build-tools target and by the actual target. In a cross-building situation
proj.o is both a native object and a cross-object (i.e., for the target
arch) and thus doesn't work. Creating seperate opjects from the same
source file solves this...
This patch may also fix the following issue:
> it looks like -DNOCLEAN doesn't work too well.
> cd /usr/src/gnu/usr.bin/cc/f771; make build-tools
> make: don't know how to make /usr/obj/usr/src/i386/usr/include/stdarg.h. Stop
This seems caused by wrong dependency information. Dependency
information shouldn't be created for build-tools sources.
Submitted by: marcel
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Id tag layout wrong.
- "FOO =" -> "FOO=".
- 4 space indention on continuation lines rather than a <tab>
Basic idea checked by: bde
|
|
|