testing: Don't run tests when building tkm
The problem with XML/Ada described in 9c2aba27 actually occurs when
running the tests here.
Really fixes #336.
This commit is contained in:
@@ -14,7 +14,7 @@ all: install
|
||||
@touch $@
|
||||
|
||||
.$(PKG)-built: .$(PKG)-cloned
|
||||
cd $(PKG) && make tests && make
|
||||
cd $(PKG) && make
|
||||
@touch $@
|
||||
|
||||
install: .$(PKG)-built
|
||||
|
||||
Reference in New Issue
Block a user