|
From: Gisle V. <gv...@br...> - 2003-08-18 05:04:57
|
"Greg Chicares" <chi...@mi...> said: > > $(BROOT)/versions.h: $(BROOT)/version > > ch $(BROOT)/win32utils > > perl ./makeversion.pl > > > > The script *must* be run in this dir. I assume make is smart enough > > to chdir back to it origin when the block is done. > > Each command line executes in its own subshell. Try > cd $(BROOT)/win32utils; perl ./makeversion.pl I did try that too, but same errors: cd g:/MingW/src/inet/bind/win32utils ; \ perl ./makeversion.pl /usr/bin/sh: cd: g:/MingW/src/inet/bind/win32utils: No such file or directory Can't open perl script "./makeversion.pl": No such file or directory I don't think it's GNU make's fault (I've used djgpp's version for years) But rather the inferiour shell in MSYS. Thanks anyway. --gv |