Temporarily disable make TAGS

This commit is contained in:
Sergio Durigan Junior 2015-01-22 17:33:21 -05:00
parent 904ce5ac29
commit f1fe7ea50a

View file

@ -467,7 +467,8 @@ The parameters of the class are:
self.extra_make_flags = []
self.addStep (self.CompileClass (self.extra_make_flags))
self.addStep (MakeTAGSGDB ())
# Disabling this until we figure out how to properly run + test
# self.addStep (MakeTAGSGDB ())
if not self.extra_make_check_flags:
self.extra_make_check_flags = []