Re: # XXX not the right thing to do.

2011-03-16 Thread Dave Korn
set p [expr [string length $srcdir]-1] while {0 < $p && [string index $srcdir $p] == "/"} { incr p -1 } if {[string range $subdir 0 $p] == $srcdir} { set subdir [string range $subdir [expr $p+1] end]; regsub "^/&quo

Re: # XXX not the right thing to do.

2011-03-14 Thread Ben Elliston
Hi Dave On Sat, Apr 22, 2006 at 06:52:23PM +0100, Dave Korn wrote: > Hello whoever's still out here, I hope you're still out there. :-) > make -k check-gcc RUNTESTFLAGS='-v --all -v > --target_board=dlx-py-sim --tool gcc ASIC=${ASIC} > ARTIMI_ROOT=${ARTIMI_ROOT} ./gcc.dg/dg.exp=\"builtin*.c

# XXX not the right thing to do.

2006-04-22 Thread Dave Korn
cess makefile style args like CC=gcc, etc... if [regexp "^(\[A-Z0-9_-\]+)=(.*)$" $option junk var val] { set $var $val @@ -1783,8 +1795,40 @@ foreach current_target $target_list { regsub "^/" $subdir "" subdir