CVSROOT: /cvsroot/dotgnu-pnet
Module name: pnet
Changes by: Klaus Treichel <ktreichel> 07/04/24 19:43:25
Modified files:
. : ChangeLog Makefile.am
Log message:
Fix build without tools by removing the coremul dir in Makefile.am
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3448&r2=1.3449
http://cvs.savannah.gnu.org/viewcvs/pnet/Makefile.am?cvsroot=dotgnu-pnet&r1=1.34&r2=1.35
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3448
retrieving revision 1.3449
diff -u -b -r1.3448 -r1.3449
--- ChangeLog 15 Apr 2007 13:00:50 -0000 1.3448
+++ ChangeLog 24 Apr 2007 19:43:25 -0000 1.3449
@@ -1,3 +1,7 @@
+2007-04-24 Klaus Treichel <[EMAIL PROTECTED]>
+
+ * Makefile.am: remove the coremul dir if pnet is built without tools.
+
2007-04-15 Aleksey Demakov <[EMAIL PROTECTED]>
* engine/cvm.c: add volatile definitions for gcc4 on arm.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- Makefile.am 6 Feb 2007 20:54:52 -0000 1.34
+++ Makefile.am 24 Apr 2007 19:43:25 -0000 1.35
@@ -39,8 +39,7 @@
else
## We only want to build the runtime engine.
-OPT_SUBDIRS += coremul \
- engine
+OPT_SUBDIRS += engine
endif
_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits