1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00
Find a file
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
build Bug 468417 2015-06-24 21:54:00 -04:00
codan Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
core Fixed a bug in CharArrayUtils.lastIndexOf(char[], char[]) method. 2015-06-24 18:22:39 -07:00
cross Bug 469533 - [Remote launch] Necessary plugins not installed along with C/C++ Remote Launch (RSE) 2015-06-16 17:17:18 -04:00
debug Bug 468192 - Prevent creating a duplicate bp when modifying properties 2015-06-12 16:08:26 -04:00
doc Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
dsf Bug 317173 - Better use of generics 2015-06-16 15:42:17 -04:00
dsf-gdb Create tests for GDB 7.10 2015-06-23 16:11:30 -04:00
jtag Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
launch Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
llvm Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
lrparser Improved consistency of test names. 2015-06-16 17:05:53 -07:00
memory Bug 387500 PgDn/PgUp jumps uses large address increments for memory 2015-06-18 07:02:55 -04:00
native/org.eclipse.cdt.native.serial Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
p2 Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
qt Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
releng Update p2.inf file for 8.8 release 2015-06-17 09:55:49 -04:00
remote Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
testsrunner Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
toolchains/arduino Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
upc Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
util Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
visualizer Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
windows Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
xlc Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Bug 470361 - Remove 32 Bit MacOS X Environment from Build 2015-06-17 10:10:30 -04:00