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

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

[Dotgnu-pnet-commits] pnetlib/System Makefile.am, 1.4, 1.5 System.build,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System Makefile.am, 1.4, 1.5 System.build, 1.24, 1.25 pnetlib.here, 1.1, NONE
Date: Wed, 26 Nov 2003 06:43:37 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System
In directory subversions:/tmp/cvs-serv14391/System

Modified Files:
        Makefile.am System.build 
Removed Files:
        pnetlib.here 
Log Message:


Change install/uninstall for the core assemblies over to use the
csant/ilgac mechanism, and remove the now-unnecessary pnetlib.here files.


Index: System.build
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/System.build,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** System.build        23 Nov 2003 02:36:12 -0000      1.24
--- System.build        26 Nov 2003 06:43:35 -0000      1.25
***************
*** 52,56 ****
                                 nostdlib="true"
                                 optimize="true"
!                                debug="${CONFIG_DEBUG_LINES}">
  
                        <define name="SECOND_PASS" value="true"/>
--- 52,58 ----
                                 nostdlib="true"
                                 optimize="true"
!                                debug="${CONFIG_DEBUG_LINES}"
!                                install="true"
!                                installasdefault="${INSTALL_AS_DEFAULT}">
  
                        <define name="SECOND_PASS" value="true"/>

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.am 1 Feb 2003 07:20:29 -0000       1.4
--- Makefile.am 26 Nov 2003 06:43:35 -0000      1.5
***************
*** 19,23 ****
  phase-one:
        test -d first || mkdir first
-       test -f first/pnetlib.here || cp pnetlib.here first/pnetlib.here
        "$(CSANT)" $(CSANT_FLAGS) -f System.build all
  
--- 19,22 ----
***************
*** 27,30 ****
  CLEANFILES = System.dll first/System.dll first/pnetlib.here
  
! pnetassembliesdir = $(libdir)/cscc/lib
! pnetassemblies_DATA = System.dll
--- 26,37 ----
  CLEANFILES = System.dll first/System.dll first/pnetlib.here
  
! install-data-local:
!       @$(NORMAL_INSTALL)
!       $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
!       "$(CSANT)" $(CSANT_FLAGS) -f System.build \
!                       -a $(DESTDIR)$(libdir)/cscc/lib -i phase-two
! 
! uninstall-local:
!       @$(NORMALL_UNINSTALL)
!       "$(CSANT)" $(CSANT_FLAGS) -f System.build \
!                       -a $(DESTDIR)$(libdir)/cscc/lib -u phase-two

--- pnetlib.here DELETED ---





reply via email to

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