>>>>> On Tue, 17 Mar 2009, Tiziano Müller wrote: > You forgot to mentioned that we probably also want that > default_src_configure/src_compile die when they try to `cd` to an > invalid ${S}.
Sorry, seems that I've missed the discussion on this one. There is no 'cd "${S}"' command in the default functions. It's not needed since they already start with S as their initial working directory. If S doesn't point to an existing directory, WORKDIR is used instead. I hope you don't propose to remove this useful fallback behaviour in general? Ulrich