diff options
author | P. J. McDermott <pjm@nac.net> | 2013-12-07 23:32:41 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-12-07 23:32:41 (EST) |
commit | ac913a80edaf77ba5f4cb26828d088a110638d9e (patch) | |
tree | a0157c972197d97e695ca4a7876af398068a5cd0 | |
parent | 73b4ed5b52fb830fc5a79a9ece6d1a72bf7b1ca2 (diff) |
build: Disable tests.
These take a rather long time.
-rwxr-xr-x | build | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -116,9 +116,9 @@ $(buildnative_targets): fincludedir="$${libsubdir}/finclude" \ toolexeclibdir="/usr/lib/$(target)" \ MULTIOSDIR=. - if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \ - cd "$(builddir)" && make -k check; \ - fi + #if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \ + # cd "$(builddir)" && make -k check; \ + #fi $(buildcross_targets): libsubdir="/usr/lib/$(target)/gcc-$(base_version)" && \ |