Community
Participate
Working Groups
Build Identifier: CDT 7.1 I have two Makefile projects for common library code and the actual application. The application project has the library project as a reference. When I build my application using a Make Target only the unsaved files from the application project are saved. Changes in the library project stay unsaved. This forces me to save them manually before actual build them. The preference option "Save automatically before build" is enabled. A comparable problem for managed build was fixed in #170590 Reproducible: Always Steps to Reproduce: 1. create two makefile projects 2. proj1 has proj2 as a reference 3. build proj1 (default "make all" build command or use a specific make target)
Created attachment 189054 [details] save files in all referenced projects before build of make target
Patch committed on the HEAD (8.0). Thanks again.
*** cdt cvs genie on behalf of agvozdev *** bug 337257: Make target: Files in referenced projects are not saved Patch from Axel Mueller [*] TargetBuild.java 1.21 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/ui/TargetBuild.java?root=Tools_Project&r1=1.20&r2=1.21