mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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>
This commit is contained in:
parent
e906f7cdd5
commit
d5df3bf2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ endif
|
|||
|
||||
# Do not use make's built-in rules and variables
|
||||
# (this increases performance and avoids hard-to-debug behaviour).
|
||||
MAKEFLAGS += -rR
|
||||
MAKEFLAGS += -rR --no-print-directory
|
||||
export MAKEFLAGS
|
||||
|
||||
# Avoid funny character set dependencies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue