summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-12 14:06:26 +0200
committerSimon Rettberg2013-06-12 14:06:26 +0200
commit9ef5fb3d8e9dd39dbe48221288406250ef21097d (patch)
tree6ba934852d470060ff1e8a950decc6bc62731713 /mltk
parentfix speaker (diff)
parent[mltk] update list of essential dev-tools, removed it from setup_target (diff)
downloadtm-scripts-9ef5fb3d8e9dd39dbe48221288406250ef21097d.tar.gz
tm-scripts-9ef5fb3d8e9dd39dbe48221288406250ef21097d.tar.xz
tm-scripts-9ef5fb3d8e9dd39dbe48221288406250ef21097d.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index 590c1254..e07ddc20 100755
--- a/mltk
+++ b/mltk
@@ -22,7 +22,7 @@ MLTK_PID="$$"
# Checking for needed development tools, compilers etc.
# Required: m4 make gcc g++ binutils
-DEVTOOLS="gcc c++ g++ make m4 strip" # 'strip' as marker for binutils
+DEVTOOLS="gcc c++ g++ make m4 strip git locate depmod" # 'strip' as marker for binutils
for i in $DEVTOOLS; do
which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; }
done