diff options
author | 2017-07-01 14:41:54 +0000 | |
---|---|---|
committer | 2017-07-01 14:41:54 +0000 | |
commit | a86afe1b9ffc646f5490ddc208710cb430fb14b0 (patch) | |
tree | 537795513c1233cf0d7703fc50c5fac6ce5bd0cc /sys/dev/pci | |
parent | missed BUILDFIRST. Allow stuff to proceed without depends (diff) | |
download | wireguard-openbsd-a86afe1b9ffc646f5490ddc208710cb430fb14b0.tar.xz wireguard-openbsd-a86afe1b9ffc646f5490ddc208710cb430fb14b0.zip |
effectively kill depend as an independant target (there are a few corners
where a separate depend step is still needed, mostly gcc3 and mesa).
Use of BUILDFIRST is mostly enough to make sure important stuff is built
first.
Otherwise, this makes use of -M* compiler options to generate dependencies
on the fly. There is a bit of behind-the-scene for targets with several
steps (like yacc and/or libraries) and the compiler needs extra hand-holding
with assembler files (don't know why, don't care).
Idea based on guenther@'s initial kernel work, loads of input from
drahn, aoyama, tb, etc.
okay tb@
"why wait" deraadt@
Diffstat (limited to 'sys/dev/pci')
0 files changed, 0 insertions, 0 deletions