#258 Build Updates
Pull request opened by
donn
This is a series of updates to make building magic far less of a headache:
• Drop csh/tcsh dependency and detection from ./configure
• Rewrite makedbh in Python (confirmed 1:1 output)
• Rewrite printmans in POSIX sh
• Stop deleting Depend before every compile (which causes some files to recompile and thus increases recompile times significantly)
• Add Depend to CLEANS in scripts/defs.mak.in
• Turn POSIX suffix rule in magic/rules.mak to a pattern rule with proper prerequisites
RTimothyEdwards/magic
✅ All checks have passed
3/3 successful checks