Commit e660566b authored by Michael Shigorin's avatar Michael Shigorin

initial PoC for distro configuration buildup

Distributions should not reiterate on building block lists: similar ones should inherit good features (and development) from the basic up to the more sophisticated ones, like seen at http://www.altlinux.org/WhiteLabel
parents
distro/%:
make -C distro $(@:distro/%=%)
clean:
@:> config.mk
distclean:
@rm config.mk
bare: clean
@echo BASE_LISTS='base kernel' >> config.mk
server-base: bare
@echo BASE_LISTS+='server-base' >> config.mk
server-light: server-base
@echo BASE_LISTS+='kernel-wifi' >> config.mk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment