]> granicus.if.org Git - gc/commit
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>
Fri, 7 Apr 2017 07:23:22 +0000 (10:23 +0300)
commitb0d255ae2ac6167276c709307da09a7b344c1ed8
tree7ea2eabf96cdd2625247b6a0f0d673db744c8199
parent5287de9bea61f71f7a0792a1a75107250a488eaf
New target (check-cpp) to avoid Makefile.direct parallel build issue
(Cherry-pick commit 4dfe88e from 'master' branch.)

* 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