criu/scripts/nmk/scripts
Kir Kolyshkin d5df3bf2ac nmk: return --no-print-directory
A year ago this flag was removed, as parts of criu were build in
sub-directories (i.e. by using make -C SUBDIR), and therefore
paths printed by make were relevant to a SUBDIR rather than top
source dir, which prevented tools like vim from jumping to a
correct source file with with error (for more details, see
commit XXXXXX "nmk: remove no-print-directory from MAKEFLAGS").

Now, as we have everything (except Documentation and test, which
is rather minor) built from top source directory, we can finally
add the flag back and enjoy cleaner output.

Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-03-06 20:44:08 +03:00
..
build.mk nmk: recompile/regenerate on Makefile changes 2017-02-03 18:04:23 +03:00
include.mk nmk: return --no-print-directory 2017-03-06 20:44:08 +03:00
macro.mk nmk/script: rm bad code 2016-10-05 13:11:26 +03:00
main.mk nmk/script: rm bad code 2016-10-05 13:11:26 +03:00
msg.mk nmk/script: rm bad code 2016-10-05 13:11:26 +03:00
tools.mk build system: make CC/LD derive from HOSTCC/HOSTLD 2016-11-03 01:32:55 +03:00
utils.mk nmk: clean gcov files, too 2017-03-02 00:19:03 +03:00