summaryrefslogtreecommitdiffstats
path: root/README-maintainer-mode
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-23 18:06:17 +0000
committerNick Clifton <nickc@redhat.com>2001-03-23 18:06:17 +0000
commitc5807d7f9488e67855050b9e1fd5efe5a8c79a0a (patch)
tree5bfb53ea991846eb030a354cdc36b5ca90c07ffa /README-maintainer-mode
parentdb0421f6ec59f59754d2a8af718862e0eba4089f (diff)
downloadcygnal-c5807d7f9488e67855050b9e1fd5efe5a8c79a0a.tar.gz
cygnal-c5807d7f9488e67855050b9e1fd5efe5a8c79a0a.tar.bz2
cygnal-c5807d7f9488e67855050b9e1fd5efe5a8c79a0a.zip
Add note about inability to use "make distclean" in maintainer mode.
Diffstat (limited to 'README-maintainer-mode')
-rw-r--r--README-maintainer-mode8
1 files changed, 8 insertions, 0 deletions
diff --git a/README-maintainer-mode b/README-maintainer-mode
index ee57e8486..fbe508f0c 100644
--- a/README-maintainer-mode
+++ b/README-maintainer-mode
@@ -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.