Skip to content

Commit ba97abd

Browse files
committed
Fix problem with Autotools bug #349881.
2011-06-22 Jeff Johnston <[email protected]> Resolves: #349881 * plugin.xml: Add call-on-empty-delta behaviour for Autotools builder.
1 parent 5fa8bcb commit ba97abd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

autotools/org.eclipse.linuxtools.cdt.autotools.core/ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-06-22 Jeff Johnston <[email protected]>
2+
3+
Resolves: #349881
4+
* plugin.xml: Add call-on-empty-delta behaviour for Autotools builder.
5+
16
2011-06-16 Jeff Johnston <[email protected]>
27

38
Resolves: #348432

autotools/org.eclipse.linuxtools.cdt.autotools.core/plugin.xml

+1
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
name="%Makefile.builder.name"
466466
point="org.eclipse.core.resources.builders">
467467
<builder
468+
callOnEmptyDelta="true"
468469
hasNature="true"
469470
isConfigurable="true">
470471
<run

0 commit comments

Comments
 (0)