1. 09 Jul, 2018 28 commits
  2. 04 Jul, 2018 9 commits
  3. 21 May, 2018 1 commit
  4. 18 May, 2018 1 commit
  5. 17 May, 2018 1 commit
    • Dmitry Safonov's avatar
      Documentation/make: Call check before install · cad611b3
      Dmitry Safonov authored
      Let's warn about binary needed for `install` target.
      Before:
      [root@localhost criu]# make install
        GEN      crit.1
      make[1]: *** [Makefile:49: crit.1] Error 127
      make: *** [Makefile.install:32: install-man] Error 2
      
      After:
      [root@localhost criu]# make install
      /bin/sh: line 1: xmlto: command not found
      make[1]: *** [Makefile:32: check] Error 1
      make: *** [Makefile.install:32: install-man] Error 2
      
      Fixes: #481
      Reported-by: treaki@gmail.com
      Signed-off-by: 's avatarDmitry Safonov <dima@arista.com>
      Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
      cad611b3