Skip to content

Commit 667f7e5

Browse files
Add some more status messages
1 parent 9a0185b commit 667f7e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

experiments/list_unsupported.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
# First check some environment prerequisites
4+
echo >&2 "Checking environment..."
5+
36
# gnat2goto on the path?
47
if ! command -v gnat2goto > /dev/null; then
58
echo >&2 "gnat2goto not on PATH!"
@@ -104,6 +107,10 @@ if ! ${gplusplus} --std=c++14 "${experiment_dir}/collect_unsupported.cpp" -o Col
104107
fi
105108
export PATH="${saved_path}"
106109

110+
echo >&2 "...environment is OK."
111+
112+
# Finally start work
113+
107114
# Enumerate all the sub directories of ADA_INCLUDE_PATH
108115
for include_folder in `echo "$ADA_INCLUDE_PATH" | tr ':' ' '` ; do
109116
echo "Expanding $include_folder..."

0 commit comments

Comments
 (0)