mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
make make check work
[SVN r37654]
This commit is contained in:
parent
6d0f403485
commit
390bb5cc34
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -336,7 +336,7 @@ distclean: clean
|
|||
rm -rf Makefile config.log
|
||||
|
||||
check: .dummy
|
||||
@cd status && ../\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam test || echo "Some Boost regression tests failed. This is normal."
|
||||
@cd status && ../\$(BJAM) \$(BJAM_CONFIG) --user-config=../user-config.jam || echo "Some Boost regression tests failed. This is normal for many compilers."
|
||||
|
||||
install: .dummy
|
||||
@echo "\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) \$(LIBS) install"
|
||||
|
|
Loading…
Add table
Reference in a new issue