From: Lionel Sambuc Date: Fri, 12 Sep 2014 09:07:33 +0000 (+0200) Subject: /usr/Makefile: prevent pkgin from hanging X-Git-Tag: v3.3.0~8 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-verify.html?a=commitdiff_plain;h=684b2eb9754d4271a35d4767d9198a55634a7877;p=minix.git /usr/Makefile: prevent pkgin from hanging Change-Id: Ida6086f3c2d3300609aaebb931d094fd779c73ea --- diff --git a/etc/usr/Makefile b/etc/usr/Makefile index 34631ef71..bb70a4d77 100644 --- a/etc/usr/Makefile +++ b/etc/usr/Makefile @@ -109,8 +109,8 @@ src: git # Support rules ######################################################################## git: - @pkgin update 2>&1 > /dev/null - @pkgin install git-base 2>&1 > /dev/null + @pkgin -y update 2>&1 > /dev/null + @pkgin -y install git-base 2>&1 > /dev/null usage: @echo "Usage: make [target]"