By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 694
Collapse All | Expand All

(-)tdelibs/kdoctools/checkXML.cmake (-1 / +1 lines)
Lines 3-7 Link Here
3
prefix=@CMAKE_INSTALL_PREFIX@
3
prefix=@CMAKE_INSTALL_PREFIX@
4
# FIXME this must be separate?
4
# FIXME this must be separate?
5
exec_prefix=@CMAKE_INSTALL_PREFIX@
5
exec_prefix=@CMAKE_INSTALL_PREFIX@
6
exit `@CMAKE_INSTALL_PREFIX@/@BIN_INSTALL_DIR@/meinproc --check --stdout $@ > /dev/null`
6
exit `@BIN_INSTALL_DIR@/meinproc --check --stdout $@ > /dev/null`
7
7

Return to bug 694