output of make command

Johan Bengtsson (root@lls.se)
Sun, 23 Nov 1997 02:05:42 +0100 (MET)

This is the messages I get from the "make"
command:
----- Included text -----
for subdir in lib sanei backend frontend doc; do \
target=`echo all-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in lib
make[1]: Entering directory `/usr/local/bin/sane/sane-0.67/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/bin/sane/sane-0.67/lib'
making all in sanei
make[1]: Entering directory `/usr/local/bin/sane/sane-0.67/sanei'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/bin/sane/sane-0.67/sanei'
making all in backend
make[1]: Entering directory `/usr/local/bin/sane/sane-0.67/backend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/bin/sane/sane-0.67/backend'
making all in frontend
make[1]: Entering directory `/usr/local/bin/sane/sane-0.67/frontend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/bin/sane/sane-0.67/frontend'
making all in doc
make[1]: Entering directory `/usr/local/bin/sane/sane-0.67/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/bin/sane/sane-0.67/doc'

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com