OSDN Git Service

Add note about inability to use "make distclean" in maintainer mode.
authornickc <nickc>
Fri, 23 Mar 2001 18:06:17 +0000 (18:06 +0000)
committernickc <nickc>
Fri, 23 Mar 2001 18:06:17 +0000 (18:06 +0000)
ChangeLog
README-maintainer-mode

index 052d7f6..c3555a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-23  Nick Clifton  <nickc@redhat.com>
+
+       * README-maintainer-mode: Add note about inability to use "make
+       distclean" in maintainer mode.
+
 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
 
        Re-installed:
index ee57e84..fbe508f 100644 (file)
@@ -4,3 +4,11 @@
 Note that if you configure with --enable-maintainer-mode, you will need
 special versions of automake, autoconf, libtool and gettext. You will
 find the sources for these in ftp://sourceware.cygnus.com/pub/binutils.
+
+Note - "make distclean" does not work with maintainer mode enabled.
+The Makefiles in the some of the po/ subdirectories depend upon the
+Makefiles in their parent directories, and distclean will delete the
+Makefiles in the parent directories before running the Makefiles in
+the child directories.  There is no easy way around this (short of
+changing the automake macros) as these dependencies need to exist in
+order to correctly build the NLS files.