mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
make make check work
[SVN r37654]
This commit is contained in:
parent
00797129f5
commit
9cd37edc96
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