]> Zhao Yanbai Git Server - minix.git/commitdiff
Buildsystem tweaks
authorArun Thomas <arun@minix3.org>
Thu, 13 May 2010 13:26:27 +0000 (13:26 +0000)
committerArun Thomas <arun@minix3.org>
Thu, 13 May 2010 13:26:27 +0000 (13:26 +0000)
Set build output verbosity level down to 1.
Make the 'install' target depend on the 'all' and 'depend' targets.

etc/mk/minix.lib.mk
etc/mk/minix.own.mk
etc/mk/minix.prog.mk

index ebcf24c5d56b6ef275d289cd63c86fc256ea4895..e24031ddceed86d49eab674ff44fba9ab073861b 100644 (file)
@@ -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
index 050e8e6c78b6f1299a17e454c1ccea69dce16f9e..9370afdc85222281ac408417075a3a81ac445250 100644 (file)
@@ -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?=       @\#
index 4f2451b72f44bc9ad5887b5d672be1ca7add5ce3..49ce433dca1b03e2ff0c350e2ddc5cc230b87f2b 100644 (file)
 # 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