[ros-diffs] [hpoussin] 28119: Create directory before rbuild tries to access it

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Fri Aug 3 12:12:03 CEST 2007


Author: hpoussin
Date: Fri Aug  3 14:12:03 2007
New Revision: 28119

URL: http://svn.reactos.org/svn/reactos?rev=28119&view=rev
Log:
Create directory before rbuild tries to access it

Modified:
    trunk/reactos/Makefile

Modified: trunk/reactos/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=28119&r1=28118&r2=28119&view=diff
==============================================================================
--- trunk/reactos/Makefile (original)
+++ trunk/reactos/Makefile Fri Aug  3 14:12:03 2007
@@ -410,6 +410,7 @@
 	$(NCI_SERVICE_FILES)
 
 $(ROS_AUTOMAKE): $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)
+	${mkdir} $(INTERMEDIATE_)media$(SEP)inf 2>$(NUL)
 	$(ECHO_RBUILD)
 	$(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) mingw
 	@$(MAKE) POSTAUTO




More information about the Ros-diffs mailing list