RTimothyEdwards / magic

Magic VLSI Layout Tool
Other
498 stars 103 forks source link

Build Updates #258

Closed donn closed 1 year ago

donn commented 1 year ago

This is a series of updates to make building magic far less of a headache:

RTimothyEdwards commented 1 year ago

@donn : There is one remaining issue which is that if I do "make clean" more than once, then the 2nd time it starts trying to compile everything again. Apparently there's some dependency on "make clean" that makes it want to generate everything first?

RTimothyEdwards commented 1 year ago

@donn : I'd appreciate it if you could look into why it is no longer possible to do "make clean" more than once without running into a slew of errors due to database/database.h having been removed. It seems to have to do with moving the "Depend" into the "make clean" recipe's dependency list.