On Mon, 2010-05-31 at 11:53 +0530, Jagadishwara Reddy wrote:
> I am trying to port my Linux build  onto Windows without Cygwin
> installed.  I am getting errors when i use  mkdir command in my make
> file and run it with make 3.81 version. Whereas i don't get the same
> error when i use the make.3.67. 
> 
> Error: mkdir -p install\include
> The syntax of the command is incorrect.
> make: *** [mkdirs] Error 1

People who know about running make on Windows systems will be more
likely to be found on the make-...@gnu.org mailing list, rather than
here.

If you're not using Cygwin then you don't have the UNIX shell tools like
mkdir, etc.  It looks to me like the Windows version of "mkdir" doesn't
understand that command line; maybe it doesn't accept the "-p" flag?

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psm...@gnu.org>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to