nekromant / antares

antares uC buildsystem
211 stars 31 forks source link

Detect missing .config file and prevent undefined behaviour #70

Closed pastcompute closed 9 years ago

pastcompute commented 9 years ago

(or crash with debian bug #780778)

I managed to rename my .config file and when I typed make it actually segfaulted (Believe it or not!) Whether it segfaults or not, this patch will ensure clean behaviour (specifically, a message telling the user to create a .config file) if the .config file is missing

nekromant commented 9 years ago

Thanks, merged!