discuss-gnu-electric
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Electric: 6.02


From: jtnews
Subject: Re: New Electric: 6.02
Date: Thu, 30 Nov 2000 22:38:02 -0500

I'm compiling 6.02 now.

Can you make the following change in the top Makefile.in so that the bin
directory gets created if it doesn't exist?
thanks.

 diff -c Makefile.in.orig Makefile.in
*** Makefile.in.orig    Wed Nov 29 17:27:00 2000
--- Makefile.in Thu Nov 30 22:34:17 2000
***************
*** 687,693 ****
        rm -f src/vhdl/*~ src/vhdl/"#"*"#"
  
  install: all
!       $(INSTALL) -d -m755 $(prefix)/lib/electric
        $(INSTALL) -m755 $(PROGNAME) @bindir@/$(PROGNAME)
        $(INSTALL) -m644 lib/.cadrc $(prefix)/lib/electric
        @(cd lib ; \
--- 687,693 ----
        rm -f src/vhdl/*~ src/vhdl/"#"*"#"
  
  install: all
!       $(INSTALL) -d -m755 @bindir@ $(prefix)/lib/electric
        $(INSTALL) -m755 $(PROGNAME) @bindir@/$(PROGNAME)
        $(INSTALL) -m644 lib/.cadrc $(prefix)/lib/electric
        @(cd lib ; \



Steven Rubin wrote:
> 
> I am pleased to announce the release of Electric version 6.02 with the
> following improvements:
> 
>  > Network consistency checking is improved.
> 
>  > Compaction is improved.
> 
>  > Reference libraries, which allow a design to span multiple
> cross-referenced libraries, are improved.
> 
>  > To simplify and avoid confusion, "exported ports" are now called
> "exports".  Commands related to ports are now under the "Export" pulldown 
> menu.
> 
>  > Electric now supports the GNU "gettext" convention for
> internationalization of all messages.  Some efforts are already underway to
> translate the system (if you would like to help, please contact me).
> 
> As usual, visit the Static Free Software web site (www.staticfreesoft.com)
> for more information.
> 
>       -Steven Rubin
> 
> _______________________________________________
> Discuss-gnu-electric mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/discuss-gnu-electric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]