gsilvis / silvos

half-baked Silvis OS kernel
MIT License
4 stars 2 forks source link

Makefile has strange behavior when not building from a clean tree #61

Open gsilvis opened 7 years ago

gsilvis commented 7 years ago

Depending on what files have changed, the order of the object files being linked differs. This can make debugging things difficult, because reordering symbols can change how bugs appear.