From: Arun Thomas Date: Thu, 13 May 2010 13:26:27 +0000 (+0000) Subject: Buildsystem tweaks X-Git-Tag: v3.1.7~57 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keyfromlabel.html?a=commitdiff_plain;h=869a1810250fa99f3e7726be2928f969881f8ec5;p=minix.git Buildsystem tweaks Set build output verbosity level down to 1. Make the 'install' target depend on the 'all' and 'depend' targets. --- diff --git a/etc/mk/minix.lib.mk b/etc/mk/minix.lib.mk index ebcf24c5d..e24031ddc 100644 --- a/etc/mk/minix.lib.mk +++ b/etc/mk/minix.lib.mk @@ -8,6 +8,11 @@ LIBISPRIVATE?= no +##### Minix rule to make the "install" target depend on +##### "all" and "depend" targets +realinstall: realall +realall: depend + ##### Basic targets .PHONY: libinstall realinstall: libinstall diff --git a/etc/mk/minix.own.mk b/etc/mk/minix.own.mk index 050e8e6c7..9370afdc8 100644 --- a/etc/mk/minix.own.mk +++ b/etc/mk/minix.own.mk @@ -906,7 +906,7 @@ MAKEDIRTARGET=\ # 3 Ignore the effect of the "@" prefix in make commands # 4 Trace shell commands using the shell's -x flag # -MAKEVERBOSE?= 2 +MAKEVERBOSE?= 1 .if ${MAKEVERBOSE} == 0 _MKMSG?= @\# diff --git a/etc/mk/minix.prog.mk b/etc/mk/minix.prog.mk index 4f2451b72..49ce433dc 100644 --- a/etc/mk/minix.prog.mk +++ b/etc/mk/minix.prog.mk @@ -10,6 +10,11 @@ # Makefile. # +##### Minix rule to make the "install" target depend on +##### "all" and "depend" targets +realinstall: realall +realall: depend + ##### Basic targets realinstall: proginstall scriptsinstall clean: cleanprog