Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/46875 )
Change subject: build system: Replace Makefile with a call to use meson ......................................................................
Patch Set 1: Code-Review-1
(3 comments)
I'd like to have flashrom v1.3 tagged before removing the Makefile.
Besides, Jenkins says no.
https://review.coreboot.org/c/flashrom/+/46875/1/Makefile File Makefile:
https://review.coreboot.org/c/flashrom/+/46875/1/Makefile@a800 PS1, Line 800: CONFIG_EVERYTHING Does meson provide a similar thing?
https://review.coreboot.org/c/flashrom/+/46875/1/Makefile@a1573 PS1, Line 1573: define NI845X_TEST Does meson do these tests?
https://review.coreboot.org/c/flashrom/+/46875/1/Makefile@a1708 PS1, Line 1708: tarball: _export : @tar -cj --format=ustar -f "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.bz2" -C $(EXPORTDIR)/ \ : $(TAROPTIONS) "flashrom-$(RELEASENAME)/" : # Delete the exported directory again because it is most likely what's expected by the user. : @rm -rf "$(EXPORTDIR)/flashrom-$(RELEASENAME)" : @echo Created "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.bz2" Does meson provide this?