Temporarily disable make TAGS
This commit is contained in:
parent
904ce5ac29
commit
f1fe7ea50a
1 changed files with 2 additions and 1 deletions
|
@ -467,7 +467,8 @@ The parameters of the class are:
|
||||||
self.extra_make_flags = []
|
self.extra_make_flags = []
|
||||||
self.addStep (self.CompileClass (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:
|
if not self.extra_make_check_flags:
|
||||||
self.extra_make_check_flags = []
|
self.extra_make_check_flags = []
|
||||||
|
|
Loading…
Reference in a new issue