Re: Small fix for compile error with internat crypto code

2000-05-13 Thread Bruce Evans
On Fri, 12 May 2000, David O'Brien wrote: > On Fri, May 12, 2000 at 04:41:09PM +0900, Munehiro Matsuda wrote: > > When run 'make -j4 buildworld' with internat crypto code installed, > > I get following error: > > mkdir: openssl: File exists > > *** Error code 1 > > - @test -d openssl || mkdir

Re: Small fix for compile error with internat crypto code

2000-05-12 Thread Eugene M. Kim
On Fri, 12 May 2000, David O'Brien wrote: | On Fri, May 12, 2000 at 06:34:08AM -0700, Eugene M. Kim wrote: | > I guess, although it could be fine if we had a flag to mkdir(1) that | > makes it just succeed when there's already a directory of the same name. | | Yes, that is "-p". | Oh yes you'r

Re: Small fix for compile error with internat crypto code

2000-05-12 Thread David O'Brien
On Fri, May 12, 2000 at 06:34:08AM -0700, Eugene M. Kim wrote: > I guess, although it could be fine if we had a flag to mkdir(1) that > makes it just succeed when there's already a directory of the same name. Yes, that is "-p". To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: Small fix for compile error with internat crypto code

2000-05-12 Thread Eugene M. Kim
It looks like a race condition. -@mkdir -p openssl is a good workaround I guess, although it could be fine if we had a flag to mkdir(1) that makes it just succeed when there's already a directory of the same name. Just my 2 wons (1 KRW ~= .0084 USD as of this writing :-p), Eugene On Fri, 12 May

Re: Small fix for compile error with internat crypto code

2000-05-12 Thread David O'Brien
On Fri, May 12, 2000 at 04:41:09PM +0900, Munehiro Matsuda wrote: > When run 'make -j4 buildworld' with internat crypto code installed, > I get following error: > mkdir: openssl: File exists > *** Error code 1 > - @test -d openssl || mkdir -p openssl > + -@mkdir -p openssl The "-" is not

Small fix for compile error with internat crypto code

2000-05-12 Thread Munehiro Matsuda
Hello all, When run 'make -j4 buildworld' with internat crypto code installed, I get following error: ===> librsausa cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h openssl/opensslconf.h mkdir: openssl: File exists *** Error code 1 1 error *** Error code 2 1 error *** Error cod