do not strip venti - it can use its symbols Reference: /n/sources/patch/applied/mkrootall Date: Wed Oct 3 18:49:01 CES 2007 Signed-off-by: rsc@swtch.com --- /sys/src/9/port/mkrootall Wed Oct 3 18:48:49 2007 +++ /sys/src/9/port/mkrootall Wed Oct 3 18:48:48 2007 @@ -23,7 +23,8 @@ allcname=($allcname $cname) cp $file $tmp t=`{file $tmp} - if(~ $"t *executable*) + # do not strip venti - it uses its own symbols + if(~ $"t *executable* && ! ~ $name venti) strip $tmp aux/data2s $cname < $tmp }