Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: Makefile variable 'PREFIX' should be configurable.
I tried to build and install the criu package from source. All went well, unless for the install part. In particular, PREFIX=/ DESTDIR=~/build_criu PREFIX=${PREFIX} DESTDIR=${DESTDIR} make install resulted in installing criu packages in ~/build_criu/usr/local/, ignoring PREFIX, even if this variable should be configurable as of manual and GCS. Reviewed-by: Dmitry Safonov <[email protected]> Signed-off-by: Francesco Giancane <[email protected]> Signed-off-by: Andrei Vagin <[email protected]>
- Loading branch information