patch for missing "check" prefix
Ewald Arnold
ewald at ewald-arnold.de
Fri Aug 27 18:45:23 UTC 2004
The following mail has already been sent to the mailing list
kdevelop at kdevelop.org but it seemed to get lost.
I am no automake guru but I think the check prefix according to the patch
below can and should be added.
Index: buildtools/autotools/addtargetdlg.cpp
===================================================================
RCS file: /home/kde/kdevelop/buildtools/autotools/addtargetdlg.cpp,v
retrieving revision 1.24
diff -p -U3 -r1.24 addtargetdlg.cpp
--- buildtools/autotools/addtargetdlg.cpp 4 Jun 2004 21:18:01
-0000 1.24
+++ buildtools/autotools/addtargetdlg.cpp 26 Aug 2004 20:11:36 -0000
@@ -67,6 +67,7 @@ void AddTargetDialog::primaryChanged()
QStringList list;
switch (primary_combo->currentItem()) {
case 0: // Program
+ list.append("check");
list.append("bin");
list.append("sbin");
list.append("libexec");
--
Ewald Arnold, Germany
mailto:ewald at ewald-arnold dot de
icq:227435282
More information about the KDevelop-devel
mailing list