Do not build common every time

#1105
This commit is contained in:
ViperMaul 2015-05-10 18:21:01 -07:00
parent 97105c5b07
commit 2ffc38ddd2

View File

@ -913,10 +913,6 @@ See the make.cfg file for additional build options.
else:
old_sha = ""
#We always build ACE_common so we can properly show the correct version stamp in the RPT file.
if module == "common":
old_sha = ""
# Hash the module
new_sha = get_directory_hash(os.path.join(module_root, module))