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:
2
Makefile
2
Makefile
@@ -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)/
|
||||
|
||||
Reference in New Issue
Block a user