File: gcc-rtags-hook.sh

package info (click to toggle)
rtags 2.44-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,868 kB
  • sloc: cpp: 54,754; lisp: 5,419; ansic: 1,637; sh: 569; python: 305; objc: 81; makefile: 29
file content (8 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z "$RTAGS_DISABLED" ] && [ -x "$(command -v rc)" ]; then
    rc --silent --compile "$ICECC_CXX" "$@" &
fi

[ "$RTAGS_RMAKE" ] && exit 1
exit 0