Re: [GENERAL] MKDIR_P@: Command not found error in regression test

2013-05-01 Thread Tom Lane
Karthik GP writes: > make[1]: MKDIR_P@: Command not found > make[1]: *** [installdirs-local] Error 127 > make[1]: Leaving directory `/home/user/pgsql/pgsql/src' > make: *** [install-src-recurse] Error 2 > make: Leaving directory `/home/user/pgsql/pgsql' > Any clues on what's wrong?? It's very unl

[GENERAL] MKDIR_P@: Command not found error in regression test

2013-05-01 Thread Karthik GP
Hi - I installed postgres 9.2.2 from source successfully. I then made some minor code changes to learn how to build postgres again. I am on Ubuntu linux version 3.5.0-17.'./configure' and 'make' gave no errors, but while running 'make check', I get the following error: make -C ../backend submake-e