Import the newer scripts from DeforaOS configure

This commit is contained in:
Pierre Pronchery 2020-11-19 03:17:54 +01:00
parent 5f71b98062
commit ec508d4b04

View File

@ -25,6 +25,7 @@
#variables
CONFIGSH="${0%/fixme.sh}/../config.sh"
PROGNAME="fixme.sh"
PROJECTCONF="../project.conf"
REGEXP_ERROR="FIXME"
@ -39,6 +40,8 @@ MKDIR="mkdir -p"
SORT="sort -n"
TR="tr"
[ -f "$CONFIGSH" ] && . "$CONFIGSH"
#functions
#fixme
@ -92,7 +95,7 @@ _fixme_callback()
echo "_fixme_callback_asm"
return 0
;;
c|cc|cpp|cxx|h|js)
c|cc|cpp|cxx|h|js|v)
echo "_fixme_callback_c"
return 0
;;