> On Aug 8, 2017, at 12:59 PM, Don Lewis <truck...@apache.org> wrote: > > On 8 Aug, Jim Jagielski wrote: >> It looks like some sort of variable interpolation issue... Note >> that it's trying to do: >> >> - | awk -f C:/cygwin$S/solenv/gbuild/processdeps.awk >> >> Now with: >> >> S=$R/main >> R=c:/cygwin/home/jim/src/asf/aoo-414 >> >> you can see how what comes out is: >> >> - | awk -f C:/cygwinc:/cygwin/home/jim/src/asf/aoo-414/main >> >> Now I'm not sure if it's the value of $R which is >> wrong or the awk line itself is mangled... nor can I find >> where these are defined. Nor can I understand why it's just >> affecting me :) > > The awk line looks wrong to me. I *think* it should be awk -f > $S/solenv/gbuild/processdeps.awk. I'm not sure where this is coming > from, though. The platform-specific gbuild makefiles contain this: > $(gb_AWK) -f $(GBUILDDIR)/processdeps.awk > and apr-util sets this: > GBUILDDIR := $(SOLARENV)/gbuild > What is SOLARENV set to in your environment? >
SOLARENV=C:/cygwin/home/jim/src/asf/aoo-414/main/solenv --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org