-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 31/08/09 09:54 AM, Simon Josefsson wrote: > Getting gnulib to build natively on Windows was a bit difficult, "make" > appears to break when trying to CreateProcess on /usr/bin/mkdir which > doesn't exist as a binary. How about this patch? It allows users to > specify the mkdir command when invoking 'make'. > > The patch seems generally to be the Right Thing, but maybe there are > other ways to handle the missing mkdir issue on Windows?
Hi, I just updated gnulib in my project (nagios-plugins) and now to get a successful make I need to do a make MKDIR_P="mkdir -p" If there something I'm missing here? autoconf (GNU Autoconf) 2.61 automake (GNU automake) 1.9.6 - -- Thomas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFKubPx6dZ+Kt5BchYRArz5AKDbrW4RlRHNFfDA/1EYIabcRe9KEwCeJTm4 2RnytedjC6BdMeJmIRYNgxQ= =gMTa -----END PGP SIGNATURE-----