Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-users] Make shell scripts performing correctly?
Hello!
I'm setting up Hylafax (from CVS as of 2005-04-27) on Mac OS X
10.3.8. When running make, it appears some of the shell scripts are
getting dumped to stdout, rather than being evaluated. I'm relatively
new to compiling software, especially C++, so perhaps this is normal.
Here's the very end of the make output. One thing that concerns me is
that it doesn't finish with some kind of "make completed" message.
-----
if [ "no" = yes ]; then \
/bin/bash ../port/install.sh -idb hylafax.sw.server -F -m 755 -
O hylafax; \
echo "checking dir_sysvinitstart_set_to_non_null_string
directories"; \
for i in dir_sysvinitstart_set_to_non_null_string; do \
if test -d /$i; then \
/bin/bash ../port/install.sh -idb hylafax.sw.server -F /
$i -lns ../`basename `/hylafax ; \
fi; \
done; \
echo "checking dir_sysvinitstop_set_to_non_null_string
directories"; \
for i in dir_sysvinitstop_set_to_non_null_string; do \
if test -d /$i; then \
/bin/bash ../port/install.sh -idb hylafax.sw.server -F /
$i -lns ../`basename `/hylafax ; \
fi; \
done; \
else \
/bin/bash ../port/install.sh -idb hylafax.sw.server -F /usr/
local/sbin -m 755 hylafax; \
fi
if test -d /etc/config; then \
/bin/bash ../port/install.sh -idb hylafax.sw.server -F /etc/
config -m 644 -src config.fax -O fax; \
fi
-----
Is this normal and expected? If not, any hints as to what I should be
looking for to fix it?
Thanks for any and all suggestions!
Michael Glaesemann
grzm myrealbox com
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*