X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=README-maintainer-mode;h=0115a1ee55688d716971a75a38022b8fa1329b67;hb=67ce33d768510c7f826be66a2b4ea22c7caea801;hp=ee57e8486e4c2a54c574b543c6a21846c5993c79;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/README-maintainer-mode b/README-maintainer-mode index ee57e8486e..0115a1ee55 100644 --- a/README-maintainer-mode +++ b/README-maintainer-mode @@ -3,4 +3,12 @@ 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. +find the sources for these in ftp://sources.redhat.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.