make, scripts: Replace list-vcs-files.sh by scm.sh ls-files

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-12-16 10:30:49 +00:00
commit e827efadd5
9 changed files with 106 additions and 107 deletions

View file

@ -90,7 +90,7 @@ scm_files()
{
(
cd $TOPDIR
/bin/bash $MOD_SCRIPT_DIR/list-vcs-files.sh -f $@
/bin/bash $MOD_SCRIPT_DIR/scm.sh ls-files -f $@
)
}