mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 13:18:33 +08:00
- Do not print "Entering directory ..." messages - Do not print "Nothing to be done for ..." messages - Print the target name before the command which is executed (does not work with wine dlls yet) Added/Changed stuff in rules.mak: FULL_MAP was renamed to BUILD_MAP and can be set to - full (default, like FULL_MAP=yes was - build maps with objdump) - yes (like FULL_MAP=no was - build maps with nm) - no (don't build maps at all) BUILD_SYM was added - can be set to yes/no (defaults to yes) svn path=/trunk/; revision=12071