[ros-diffs] [chorns] 16827: Don't clean alias modules

chorns at svn.reactos.com chorns at svn.reactos.com
Thu Jul 28 12:45:27 CEST 2005


Don't clean alias modules
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
  _____  

Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
--- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
2005-07-28 04:12:43 UTC (rev 16826)
+++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
2005-07-28 10:45:21 UTC (rev 16827)
@@ -489,6 +489,9 @@

 void
 MingwModuleHandler::GenerateCleanTarget () const
 {
+	if ( module.type == Alias )
+		return;
+	
 	fprintf ( fMakefile,
 	          ".PHONY: %s_clean\n",
                   module.name.c_str() );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050728/c8e86d98/attachment.html


More information about the Ros-diffs mailing list