tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: make cleandir fails in src/lib



On Wed, Nov 19, 2008 at 11:07:45AM +0100, Frank Wille wrote:
> Hi,
> 
> I have a problem with "make cleandir" since 4.99.x, caused by the
> ${MKLDAP} part in src/lib/Makefile:
> 
> .if (${MKLDAP} != "no")
>                                 # depends on libcrypto - only if ${MKCRYPTO}
> SUBDIR+=        ../external/bsd/openldap/lib
> .endif
> 
> 
> It leads to the following error message:
> 
> cleandir ===> lib
> make: "/home/frank/netbsd/current/src/lib/Makefile" line 107: Unassociated 
> shell command "# depends on libcrypto - only if ${MKCRYPTO}"
> make: Fatal errors encountered -- cannot continue
> 
> 
> This can easily be fixed by making the '#' start at the first column.
> Should I fix that and commit, or is there someting I am missing?

Hmm, I don't have that problem, but the 4 tabs shouldn't be there.
Go for it and request a pullup for netbsd-5 too.

Bernd



Home | Main Index | Thread Index | Old Index