Buildsystem tweaks
Set build output verbosity level down to 1. Make the 'install' target depend on the 'all' and 'depend' targets.
This commit is contained in:
parent
8630337c80
commit
869a181025
@ -8,6 +8,11 @@
|
|||||||
|
|
||||||
LIBISPRIVATE?= no
|
LIBISPRIVATE?= no
|
||||||
|
|
||||||
|
##### Minix rule to make the "install" target depend on
|
||||||
|
##### "all" and "depend" targets
|
||||||
|
realinstall: realall
|
||||||
|
realall: depend
|
||||||
|
|
||||||
##### Basic targets
|
##### Basic targets
|
||||||
.PHONY: libinstall
|
.PHONY: libinstall
|
||||||
realinstall: libinstall
|
realinstall: libinstall
|
||||||
|
@ -906,7 +906,7 @@ MAKEDIRTARGET=\
|
|||||||
# 3 Ignore the effect of the "@" prefix in make commands
|
# 3 Ignore the effect of the "@" prefix in make commands
|
||||||
# 4 Trace shell commands using the shell's -x flag
|
# 4 Trace shell commands using the shell's -x flag
|
||||||
#
|
#
|
||||||
MAKEVERBOSE?= 2
|
MAKEVERBOSE?= 1
|
||||||
|
|
||||||
.if ${MAKEVERBOSE} == 0
|
.if ${MAKEVERBOSE} == 0
|
||||||
_MKMSG?= @\#
|
_MKMSG?= @\#
|
||||||
|
@ -10,6 +10,11 @@
|
|||||||
# Makefile.
|
# Makefile.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
##### Minix rule to make the "install" target depend on
|
||||||
|
##### "all" and "depend" targets
|
||||||
|
realinstall: realall
|
||||||
|
realall: depend
|
||||||
|
|
||||||
##### Basic targets
|
##### Basic targets
|
||||||
realinstall: proginstall scriptsinstall
|
realinstall: proginstall scriptsinstall
|
||||||
clean: cleanprog
|
clean: cleanprog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user