From 5a16b986552b6834704e7aa5f6ba1d6ffd941e3d Mon Sep 17 00:00:00 2001 From: Jakub Klama Date: Mon, 19 Dec 2016 20:33:56 +0100 Subject: [PATCH] Revert "Remove defunct portsjail target" This reverts commit 8738aaa39e79c50ff78aa484e8275ed6943acfd6. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index d2de02c..90d7968 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -46,7 +46,7 @@ all: check-root build check-root: @[ `id -u` -eq 0 ] || ( echo "Sorry, you must be running as root to build this."; exit 1 ) -build: ports world debug packages images +build: portsjail ports world debug packages images world: @${BUILD_TOOLS}/install-world.py