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 $@
|
@touch $@
|
||||||
|
|
||||||
.$(PKG)-built: .$(PKG)-cloned
|
.$(PKG)-built: .$(PKG)-cloned
|
||||||
cd $(PKG) && make tests && make
|
cd $(PKG) && make
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
install: .$(PKG)-built
|
install: .$(PKG)-built
|
||||||
|
|||||||
Reference in New Issue
Block a user