# HG changeset patch # User Rob Landley # Date 1420571733 21600 # Node ID 78050a31d1ee3da0d07f763cae05c7d356d86335 # Parent 189a9ec74b7257439ec2ffc35a736907556cac9f Sigh. Checked in the wrong version of the patch (typo fix). diff -r 189a9ec74b72 -r 78050a31d1ee sources/patches/linux-outoutdamnperl.patch --- a/sources/patches/linux-outoutdamnperl.patch Tue Dec 30 23:36:23 2014 -0600 +++ b/sources/patches/linux-outoutdamnperl.patch Tue Jan 06 13:15:33 2015 -0600 @@ -11,7 +11,7 @@ +RUN_SIZE = $(shell NUM='\([0-9a-fA-F]*[ \t]*\)'; objdump -h vmlinux | \ +sed -n 's/^[ \t0-9]*.b[sr][sk][ \t]*'"$$NUM$$NUM$$NUM$$NUM"'.*/\1\4/p' | \ +xargs | while read a b c d; do [ "$$b" != "$$d" ] && exit 1; \ -+expr $(printf "%d + %d + %d" 0x$$a 0x$$b 0x$$c); done) ++expr $$(printf "%d + %d + %d" 0x$$a 0x$$b 0x$$c); done) quiet_cmd_mkpiggy = MKPIGGY $@ cmd_mkpiggy = $(obj)/mkpiggy $< $(RUN_SIZE) > $@ || ( rm -f $@ ; false )