mbox series

[v5,00/15] build improvements

Message ID 20200909220402.460780-1-johannes@sipsolutions.net
Headers show
Series build improvements | expand

Message

Johannes Berg Sept. 9, 2020, 10:03 p.m. UTC
Many thanks to Felix :-)

Changes since v4:
 - put archives into build/ folder too, as they can differ (config)
 - allow overriding BUILDDIR on the command line
 - fix some bugs, particularly avoid the use of $(PWD)
 - make it all work on ancient make (3.81beta4, 15 years old)
 - add more .gitignore, since I was building _everything_ I could
 - use the new system for tests and fuzz tests
   (except tests/*-fuzzer which mostly don't build for me even on master)

johannes