]> git.dujemihanovic.xyz Git - nameless-os.git/commitdiff
Complete build system rehaul
authorDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 28 Jun 2022 10:39:28 +0000 (12:39 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 28 Jun 2022 10:47:06 +0000 (12:47 +0200)
Inspired by Linux, the top Makefile is more recursive and practically every
directory has its own sub-Makefile which builds or includes only code inside its
directory. This new system works beautifully with -B and parallel jobs, while
the previous one would in either case build the bootloader multiple times (and,
in the case of parallel jobs, cause weird sporadic build errors).


No differences found