add level 1 and level 2 headers

had to do this one by hand, at least parts of level 3 should be easier,
but I think some level 4 stuff will accidentally get 3ed. we'll see

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2025-04-04 10:28:16 -05:00
parent eda2b9bbcc
commit 38984146cc
2 changed files with 158 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ all: base-patches
base-patches: $(MD_CSRD)
cp -a $(MD_CSRD) $(CCSRD)
find patches/base -type f -name *.patch -print0 | xargs -0 -n 1 patch $(CCSRD)
find patches/base -type f -name *.patch -exec echo ">> {}" \; -exec patch $(CCSRD) {} \;
web: base-patches
cp -a $(WEBDIR) $(TMPDIR)/