1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/build/org.eclipse.cdt.make.ui
Jonah Graham 3fc221a349
Use CommandLineUtil to split and join command lines in CBS Makefile support (#1073)
Without this the build and clean command entered in the CBS
settings could be parsed and re-assembled incorrectly.

A simple example is that an extra space (e.g. "make  clean") would
lead to an error when running make like:

```
make: *** empty string invalid as file name.  Stop.
```

This happened because the code used trivial split on " " and join
with " " to handle parsing that command line string into array of
arguments. This change fixes that by using the functionality already
available in CommandLineUtil

Fixes #1072
2025-02-19 21:02:01 -05:00
..
.settings Remove DiscoveredPathContainerPage (#701) 2024-02-08 15:06:12 -05:00
css Bug 578367: Add missing dark color definitions for autotools and makefiles 2022-01-25 15:25:27 -05:00
icons Add Makefile Projects to collection of core build project types. 2017-11-08 14:11:31 -05:00
META-INF Bump org.eclipse.cdt.core/ui bundle version to 9.0.0 (#1063) 2025-01-29 14:21:09 -05:00
schema Add translatable attribute patch 2006-01-02 01:31:07 +00:00
src/org/eclipse/cdt/make Use CommandLineUtil to split and join command lines in CBS Makefile support (#1073) 2025-02-19 21:02:01 -05:00
.classpath Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
.project bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.make.ui 2010-02-08 03:46:25 +00:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
build.properties Bug 578367: Include the .css files in the built jar file 2022-03-31 14:41:22 +02:00
NEWS fixed bug # 69080 2005-05-19 01:34:11 +00:00
plugin.properties Remove unreferenced properties key (#702) 2024-02-08 15:56:25 -05:00
plugin.xml Remove 'Experimental' label from Core Build Makefile projects. (#805) 2024-05-30 09:25:37 -04:00