1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00
cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources
ocagdas 6ab4145c56 Bug 468417
The '.d' files that are generated by CDT, contain 'file_name.d:
file_name.cpp file_name.h' type of target prerequisite relations. 

However, to get benefit of the dependency mechanism, this should be
something like 'file_name.o: file_name.cpp file_name.h'.

Therefore, we need to change ''options[3] = "-MT\"$(@:%.o=%.d)\"";'' as
'options[3] = "-MT\"$(@)\"";'

Also update the test cases.

Change-Id: Iee829a8564e1b134905ee06a8a4b76a1e3b30ecc
Signed-off-by: ocagdas <ocagdas@yahoo.com>
2015-06-24 21:54:00 -04:00
..
builderTests/regressions Bug 335476 - CDT build doesn't notice cdt.core.prefs is modified externally. Test added. 2011-01-26 18:09:48 +00:00
depCalcProjects Bug 468417 2015-06-24 21:54:00 -04:00
depLibsProjects Bug 210248 - test projects update, revert sample projects to MinGW 2011-11-24 12:30:37 -05:00
oldTypeProjects Bug 468417 2015-06-24 21:54:00 -04:00
test3xStdMakeProjects 1. Presering configuration order on load 2007-05-18 17:52:44 +00:00
test21Projects Change output to fix failing tests. 2015-05-08 09:04:37 -04:00
test30Projects Bug 468417 2015-06-24 21:54:00 -04:00
test40Projects Bug 468417 2015-06-24 21:54:00 -04:00
testBuildDescriptionProjects/test30_1 Initial commit for the build description model functionality 2006-03-10 15:21:09 +00:00
toolChainConversionProjects Remove the .settings directory from the TestProjectConversion .zip file. 2006-05-10 19:30:59 +00:00