Add note about running split-config-cleanup after split-config.

svn path=/dists/trunk/linux-2.6/; revision=5116
This commit is contained in:
Jonas Smedegaard 2005-12-29 01:32:56 +00:00
parent 0c6843ed57
commit 4f4394cdb2
1 changed files with 6 additions and 1 deletions

7
debian/README.build vendored
View File

@ -15,4 +15,9 @@ options, you will be prompted for whether you want to change the config
options globally (across *all* architectures), for the particular arch
that you're working on, for the particular sub-arch you're working on,
or just for that particular flavour.
6) split-config sometimes create duplicates that are treated wrongly.
Run trunk/scripts/split-config <arch dir> <flavour> if you made changes
to your local subarch only.
Run trunk/scripts/split-config -f <arch dir> <flavour> if you made
changes either globally generally for your arch (and make sure you agree
with others if doing so and comitting your changes to SVN).