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

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

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2032,1.2033 Makefile.am,1.1


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2032,1.2033 Makefile.am,1.18,1.19
Date: Sun, 29 Dec 2002 09:12:26 -0500

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv31523

Modified Files:
        ChangeLog Makefile.am 
Log Message:
include libgc and libffi in make install


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2032
retrieving revision 1.2033
diff -C2 -r1.2032 -r1.2033
*** ChangeLog   29 Dec 2002 11:24:11 -0000      1.2032
--- ChangeLog   29 Dec 2002 14:12:24 -0000      1.2033
***************
*** 1,3 ****
--- 1,8 ----
  
+ 2002-12-29  Gopal.V  <address@hidden>
+       
+       * Makefile.am: Include libgc and libffi directories while doing 
+       "make install". (Bug #2082).
+       
  2002-12-29  Rhys Weatherley  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** Makefile.am 8 Dec 2002 04:00:04 -0000       1.18
--- Makefile.am 29 Dec 2002 14:12:24 -0000      1.19
***************
*** 1,52 ****
! SUBDIRS = . include support image dumpasm engine ilasm ildasm \
                  ilalink ilsize ilnative ilheader ilfind ildiff ildd codegen 
cscc \
                  resgen ildb csdoc csant clrwrap samples doc tests
- 
- ## We don't include libffi and libgc in SUBDIRS because we don't
- ## want "make install" to install those packages.
- 
- .PHONY: libffi-all-local libgc-all-local \
-               libffi-clean-local libgc-clean-local \
-               libffi-distclean-local libgc-distclean-local
- 
- all-local: libffi-all-local libgc-all-local
- clean-local: libffi-clean-local libgc-clean-local
- distclean-local: libffi-distclean-local libgc-distclean-local
- 
- if USING_LIBFFI
- 
- libffi-all-local:
-       (cd libffi && $(MAKE) $(AM_MAKEFLAGS) all)
- 
- libffi-clean-local:
-       (cd libffi && $(MAKE) $(AM_MAKEFLAGS) clean)
- 
- libffi-distclean-local:
-       (cd libffi && $(MAKE) $(AM_MAKEFLAGS) distclean)
- 
- else
- 
- libffi-all-local:
- libffi-clean-local:
- libffi-distclean-local:
- 
- endif
- 
- if USING_LIBGC
- 
- libgc-all-local:
-       (cd libgc && $(MAKE) $(AM_MAKEFLAGS) all)
- 
- libgc-clean-local:
-       (cd libgc && $(MAKE) $(AM_MAKEFLAGS) clean)
- 
- libgc-distclean-local:
-       (cd libgc && $(MAKE) $(AM_MAKEFLAGS) distclean)
- 
- else
- 
- libgc-all-local:
- libgc-clean-local:
- libgc-distclean-local:
- 
- endif
--- 1,3 ----
! SUBDIRS = . libgc libffi include support image dumpasm engine ilasm ildasm \
                  ilalink ilsize ilnative ilheader ilfind ildiff ildd codegen 
cscc \
                  resgen ildb csdoc csant clrwrap samples doc tests




reply via email to

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