changeset 1719:78050a31d1ee draft

Sigh. Checked in the wrong version of the patch (typo fix).
author Rob Landley <rob@landley.net>
date Tue, 06 Jan 2015 13:15:33 -0600
parents 189a9ec74b72
children 35bc890392f4
files sources/patches/linux-outoutdamnperl.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 )