http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2715 *** shadow/2715 Fri Jul 20 11:06:13 2001 --- shadow/2715.tmp.26375 Fri Jul 20 11:58:27 2001 *************** *** 35,38 **** If systems which tread CWD as a global (DOS nmake) need to be supported, something like this is better (but won't work right if -i is being used): ! cd dir && make && cd .. --- 35,42 ---- If systems which tread CWD as a global (DOS nmake) need to be supported, something like this is better (but won't work right if -i is being used): ! cd dir && make && cd .. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-20 11:58 ------- ! Ooops, there are instances of ${CD} and ${MAKE}, so the regex in the provided ! perl will need [\(\{] to match both cases. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
