| version 1.24, 2001/05/27 23:34:22 |
version 1.25, 2001/07/23 05:49:09 |
| Line 8 For a more detailed description see Make |
|
| Line 8 For a more detailed description see Make |
|
| Recent changes: |
Recent changes: |
| ^^^^^^^^^^^^^^^ |
^^^^^^^^^^^^^^^ |
| |
|
| |
20010718: |
| |
|
| |
Enabled correct .init/.fini processing in crt0. The way this |
| |
was done was to change a -I directive to cc(1), which means |
| |
make(1) will have a stale dependency (it will be checking the |
| |
timestamp on the wrong "dot_init.h"). |
| |
|
| |
The symptom you will see is that new programs die with SIGSEGV |
| |
if you have a stale dependency. |
| |
|
| |
Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so |
| |
before starting your build. |
| |
|
| 20010226: |
20010226: |
| |
|
| Added named user/group to system. Need to hand add this in or builds |
Added named user/group to system. Need to hand add this in or builds |