X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=README-maintainer-mode;h=0115a1ee55688d716971a75a38022b8fa1329b67;hb=d5cbaa15541c43d4df31e60fb61e7bc9a8b766fa;hp=ee57e8486e4c2a54c574b543c6a21846c5993c79;hpb=11da68be150558377c85d51e0fea9aa7437be6c1;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.