MKDIR_P doesn't appear to be defined anywhere on my system.
The best solution that I can come up with is to add
MKDIR_P ?= mkdir -p
to development/MacOSX/Makefile.am
Doing this for both LyX1.5.2svn and LyX1.6.0svn (trunk) produced
working versions of LyX1.5.2svn and LyX1.6.0svn
Roger
On 02/09/2007, at 12:23 AM, [EMAIL PROTECTED] wrote:
The problem is that in my development/MacOSX Makefile the command
to generate a .lproj directory is
$(MKDIR_P) $(pkgdatadir)/$$f.lproj
However, MKDIR_P is not defined so make attempts to execute $
(pkgdatadir)/$$f.lproj instead of make a directory.
I defined MKDIR_P = mkdir in the development/MacOSX Makefile and
this fixed things.
I now have a working LyX1.5.2svn.
So now I need to find why MKDIR_P isn't being defined.
Any suggestions will be gratefully appreciated.
Roger
On 31/08/2007, at 10:43 PM, Bennett Helm wrote:
No problems here. Note that currently the LyX.app skeleton is
automatically generated (thanks to Jean-Marc), so you're not
missing anything there.
Bennett