SA Bugzilla – Bug 849
make install fails because test -e not supported
Last modified: 2002-09-11 06:38:30 UTC
/bin/test on Solaris doesn't support the -e, so make install will fail at $(LOCAL_RULES_DIR)/local.cf: rules/local.cf test -e $@ || \ $(CP) rules/local.cf $@ I think -w is probably the best alternative.
What? No -e on Solaris? Weird. I'll fix it...
Ok, it's fixed with the latest big commit I did. We use now -f instead of -e.