This patch is necessary to get parrot to build with perl 5.00503 -- the
mode argument to mkdir() wasn't optional back then.

--- parrot-current/config/gen/makefiles/root.in Fri May 30 11:00:09 2003
+++ parrot-andy/config/gen/makefiles/root.in    Wed Jun 11 15:26:29 2003
@@ -150,7 +150,7 @@
 PERL = ${perl}

 # Make directory; do not die if dir exists.
-MKDIR = $(PERL) -e ${PQ}-d or mkdir $$_ or die foreach @ARGV${PQ}
+MKDIR = $(PERL) -e ${PQ}-d or mkdir $$_,0777 or die foreach @ARGV${PQ}


 ###############################################################################

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to