c83cc111a6
This further refines the modular build by making metadata being a clearly separated feature rather than having to rely on runtime tests, and also by moving the code which cares for kernel bits of base installation (.base list) in a feature of its own. There's more to it but let's get the ball rolling first.
5 lines
130 B
Makefile
5 lines
130 B
Makefile
# step 4: build the distribution image
|
|
# NB: this comes just before build-distro.mk
|
|
|
|
DOT_BASE += $(call branding,$(THE_BRANDING))
|