Re: make install fails due to "/bin/mkdir: missing operand" - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: make install fails due to "/bin/mkdir: missing operand"
Date
Msg-id 1273761361.32172.10.camel@vanquo.pezone.net
Whole thread Raw
In response to make install fails due to "/bin/mkdir: missing operand"  (Kenichiro Tanaka <ketanaka@ashisuto.co.jp>)
List pgsql-hackers
On mån, 2010-05-10 at 20:07 +0900, Kenichiro Tanaka wrote:
> Reproduce case:
> #prefix and with-pgport are not important
> ./configure --enable-nls='UFT_JP' --prefix=/home/p900/posgrehome
> --with-pgport=1900
> make && make install
> 
> make install
> log---------------------------------------------------------------
> :
> :
> make[3]: Leaving directory `/home/p900/postgresql-9.0beta1/src/timezone'
> /bin/mkdir: missing operand
> Try `/bin/mkdir --help' for more information.
> make[2]: *** [installdirs-po] Error 1
> make[2]: Leaving directory `/home/p900/postgresql-9.0beta1/src/backend'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/home/p900/postgresql-9.0beta1/src'
> make: *** [install] Error 2
> --------------------------------------------------------------------------
> 

Fixed.




pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: List traffic
Next
From: Peter Eisentraut
Date:
Subject: Re: make install fails due to "/bin/mkdir: missing operand"