ghaerr / elks

Embeddable Linux Kernel Subset - Linux for 8086
Other
1.02k stars 108 forks source link

[build] Cleanup Makefiles, add RM, remove Make.rules #2028

Closed ghaerr closed 1 month ago

ghaerr commented 1 month ago

Renames elkscmd/Make.defs to elkscmd/Makefile-rules to match elks/Makefile-rules naming.

Moves single line .PHONY from Make.rules to Makefile-rules, removes Make.rules.

Adds $(RM) for rm -f from #2020 to elkscmd/*/Makefiles.

Removes man from 1440k disk; only added when man pages present.