mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
385576a748
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
713 B
Plaintext
15 lines
713 B
Plaintext
|
|
Notes on enabling maintainer mode
|
|
|
|
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://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.
|