[Orca-dev] RE: [Orca-checkins] r401 - trunk/orca/lib

Dmitry Berezin dberezin at surfside.rutgers.edu
Wed Nov 3 06:54:20 PST 2004


Blair,

Just an FYI: I was playing with the rev400 last night and had the same
problem on Solaris 8. I did see your earlier post on this, so changing
Makefile fixed it on that platform as well.

  -Dmitry.

> -----Original Message-----
> From: orca-checkins-bounces+dmberezin=hotmail.com at orcaware.com
> [mailto:orca-checkins-bounces+dmberezin=hotmail.com at orcaware.com] On
> Behalf Of Blair Zajac
> Sent: Wednesday, November 03, 2004 12:56 AM
> To: orca-checkins at orcaware.com
> Subject: [Orca-checkins] r401 - trunk/orca/lib
> 
> Author: blair
> Date: Tue Nov  2 21:52:59 2004
> New Revision: 401
> 
> Modified:
>    trunk/orca/lib/Makefile.in
> Log:
> * lib/Makefile.in
>   (install):
>     Fix a bug where the install fails with some versions of make if
>       svnversion is not found in the PATH, even if svnversion's output
>       is captured via ``.
>     Redirect the shell's message the svnversion cannot be found to
>       /dev/null.
> 
> 
> Modified: trunk/orca/lib/Makefile.in
> ==========================================================================
> ====
> --- trunk/orca/lib/Makefile.in	(original)
> +++ trunk/orca/lib/Makefile.in	Tue Nov  2 21:52:59 2004
> @@ -51,8 +51,8 @@
>  	    $(INSTALL) -m 0644 $$f $(libdir)/$$d; \
>  	  done \
>  	done
> -	@echo 'cd ..; svnversion . 2>/dev/null'
> -	@current_rev="`cd ..; svnversion . 2>/dev/null`"; \
> +	@echo "cd ..; sh -c 'svnversion .' 2>/dev/null || true"
> +	@current_rev="`cd ..; sh -c 'svnversion .' 2>/dev/null || true`"; \
>  	if test "$$current_rev" != "" && \
>             test "$$current_rev" != "exported"; then \
>  	  echo "Found good svnversion for `cd ..; pwd`: $$current_rev"; \
> _______________________________________________
> Orca-checkins mailing list
> Orca-checkins at orcaware.com
> http://www.orcaware.com/mailman/listinfo/orca-checkins





More information about the Orca-dev mailing list