1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/build
Sean Evoy c80f98594b 2004-02-24 Sean Evoy
Changed the makefile generator to escape any whitespace it finds in a dependency path. Now it is possible to build a project in a location with spaces but you still cannot have internal folders with spaces in the name. 
* src/org/eclipse/cdt/managedbuilder/internal/core/MakefileGenerator.java
	
Tweaked the builder to put only the make command in invocation if there were no arguments spec'd. It seemed to be causing a fake error message to be reported on Linux even though make was successfully building the project.
* src/org/eclipse/cdt/managedbuilder/internal/core/GeneratedMakefileBuilder.java
2004-02-24 21:25:12 +00:00
..
org.eclipse.cdt.make.core cleanup 2004-02-24 02:03:08 +00:00
org.eclipse.cdt.make.ui cleanup 2004-02-24 02:04:02 +00:00
org.eclipse.cdt.managedbuilder.core 2004-02-24 Sean Evoy 2004-02-24 21:25:12 +00:00
org.eclipse.cdt.managedbuilder.ui Work for bug 52647. 2004-02-24 15:18:13 +00:00