changeset 13074:dc9c0e0be44e

Add a remark about certain modules.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Mar 2010 01:37:25 +0100
parents 03de1efbfdd3
children 1f4382233fbe
files ChangeLog modules/malloc modules/realloc modules/sigpipe
diffstat 4 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-27  Bruno Haible  <bruno@clisp.org>
+
+	Add a remark about certain modules.
+	* modules/malloc (Comment): New section.
+	* modules/realloc (Comment): Likewise.
+	* modules/sigpipe (Comment): Likewise.
+
 2010-03-27  Bruno Haible  <bruno@clisp.org>
 
 	Resolve conflict between the two kinds of module indicators.
--- a/modules/malloc
+++ b/modules/malloc
@@ -1,6 +1,11 @@
 Description:
 malloc() function that is glibc compatible.
 
+Comment:
+This module should not be used as a dependency from a test module,
+otherwise when this module occurs as a tests-related module, it will
+have side effects on the compilation of the main modules in lib/.
+
 Files:
 lib/malloc.c
 
--- a/modules/realloc
+++ b/modules/realloc
@@ -1,6 +1,11 @@
 Description:
 realloc() function that is glibc compatible.
 
+Comment:
+This module should not be used as a dependency from a test module,
+otherwise when this module occurs as a tests-related module, it will
+have side effects on the compilation of the main modules in lib/.
+
 Files:
 lib/realloc.c
 
--- a/modules/sigpipe
+++ b/modules/sigpipe
@@ -1,6 +1,11 @@
 Description:
 Emulation of POSIX compatible SIGPIPE behaviour.
 
+Comment:
+This module should not be used as a dependency from a test module,
+otherwise when this module occurs as a tests-related module, it will
+have side effects on the compilation of the main modules in lib/.
+
 Files:
 m4/sigpipe.m4