New target (check-cpp) to avoid Makefile.direct parallel build issue
authorIvan Maidanski <ivmai@mail.ru>
Wed, 22 Mar 2017 08:23:37 +0000 (11:23 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 22 Mar 2017 08:29:52 +0000 (11:29 +0300)
commit4dfe88e052d90b684e85471b13b9ea7a256afdf3
treed70d2ada011b4eb48e27b400637dee996987df42
parentc179eecedf07c1ee6d7d71b2841021bbfb522601
New target (check-cpp) to avoid Makefile.direct parallel build issue

* Makefile.direct: Add comment about check-cpp.
* Makefile.direct (test_cpp): Replace dependency on "c++" with
"gc_cpp.o base_lib"; link with gc_cpp.o directly.
* Makefile.direct (check-cpp): New target (same as c++-t but do not
depend on c++ target and pass no arguments to test_cpp).
Makefile.direct