diff --git a/Makefile b/Makefile index e4b2d28..20302c7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LOG = notqmail-${REF}-${PATCH}.log all:v @test -n '${BRANCH}' -a -n '${PATCH}' - @make log COMMIT=${REF} PATCH=${PATCH} + @make log/${REF}-${PATCH}.log COMMIT=${REF} PATCH=${PATCH} everything:v @xargs -I {} -n 1 make patches BRANCH={} $@.tmp 2>&1 @@ -41,6 +39,11 @@ notqmail.git: README.md:v sh README.sh >$@ +brokemaster:v + @make patches BRANCH=${BRANCH} + @make patches BRANCH=master + sh brokemaster.sh ${BRANCH} + clean:v rm -rf notqmail-*/ diff --git a/README.sh b/README.sh index 87d1b27..cef59b5 100644 --- a/README.sh +++ b/README.sh @@ -36,3 +36,50 @@ for patch in patch/*; do done echo "" + +cat <