dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] pnetlib/JScript JScript.build, 1.11, 1.12 Makefile


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/JScript JScript.build, 1.11, 1.12 Makefile.am, 1.3, 1.4 jsrun.sh, 1.1, NONE
Date: Wed, 26 Nov 2003 21:38:37 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/JScript
In directory subversions:/tmp/cvs-serv12871/JScript

Modified Files:
        JScript.build Makefile.am 
Removed Files:
        jsrun.sh 
Log Message:


Install the "csunit", "ilinstall", and "jsrun" executables in the
assembly cache, and replace the clrwrap redirect scripts with symlinks
to clrwrap.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/JScript/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 26 Nov 2003 06:43:34 -0000      1.3
--- Makefile.am 26 Nov 2003 21:38:34 -0000      1.4
***************
*** 22,27 ****
                        -a $(DESTDIR)$(libdir)/cscc/lib -i all
        $(mkinstalldirs) $(DESTDIR)$(bindir)
!       $(INSTALL_PROGRAM) jsrun.exe $(DESTDIR)$(bindir)/jsrun.exe
!       $(INSTALL_SCRIPT) $(srcdir)/jsrun.sh $(DESTDIR)$(bindir)/jsrun
  
  uninstall-local:
--- 22,29 ----
                        -a $(DESTDIR)$(libdir)/cscc/lib -i all
        $(mkinstalldirs) $(DESTDIR)$(bindir)
!       rm -f $(DESTDIR)$(bindir)/jsrun.exe
!       rm -f $(DESTDIR)$(bindir)/jsrun
!       $(SHELL) $(top_builddir)/tools/wrapper.sh \
!                       $(DESTDIR)$(bindir)/jsrun$(EXEEXT)
  
  uninstall-local:

--- jsrun.sh DELETED ---

Index: JScript.build
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/JScript/JScript.build,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** JScript.build       26 Nov 2003 06:43:34 -0000      1.11
--- JScript.build       26 Nov 2003 21:38:34 -0000      1.12
***************
*** 72,76 ****
  
                        <arg compiler="cscc" value="-Wno-empty-input"/>
-                       <!-- arg compiler="cscc" value="-fminimize-parameters"/ 
-->
                        <arg compiler="cscc" value="-flatin1-charset"/>
                        <arg compiler="csc" value="/nowarn:626"/>
--- 72,75 ----
***************
*** 88,92 ****
                                 nostdlib="true"
                                 debug="${CONFIG_DEBUG_LINES}"
!                                optimize="true">
  
                        <sources>
--- 87,93 ----
                                 nostdlib="true"
                                 debug="${CONFIG_DEBUG_LINES}"
!                                optimize="true"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <sources>
***************
*** 102,107 ****
                        </references>
  
                        <arg compiler="cscc" value="-Wno-empty-input"/>
-                       <!-- arg compiler="cscc" value="-fminimize-parameters"/ 
-->
                        <arg compiler="cscc" value="-flatin1-charset"/>
                        <arg compiler="csc" value="/nowarn:626"/>
--- 103,108 ----
                        </references>
  
+                       <arg compiler="cscc" 
value="-fassembly-version=${SECONDARY_VERSION}"/>
                        <arg compiler="cscc" value="-Wno-empty-input"/>
                        <arg compiler="cscc" value="-flatin1-charset"/>
                        <arg compiler="csc" value="/nowarn:626"/>





reply via email to

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