Allan McRae wrote:
1. Do not warn people about missing arch if they are using --ignorearch.
2. Remove unneed reference to bug report about using fakeroot as little as possible. We want to do that, bug report of not.
3. Removes superfluous warning given when building as root. The user has already used the "--asroot" flag.
4. Move comment about skipping warning message to above where it occurs
5. Do not warn about skipping source retreval, integrety checks and extraction when using --repackage
6. Do not warn about skipping build when using --repackage
7. Move comment about fakeroot usage to above test condition
Signed-off-by: Allan McRae <allan@archlinux.org>
<snip> I was re-familiarizing with the makepkg code and decided to tidy a few things that I did not like so much. Some are more subjective that others. Feel free to tell me that some or all of these are better the way they were... Allan