Add the new "showconfig" target that displays build configuration.
Suggested by: phk
This commit is contained in:
parent
a6725353dd
commit
c3ed02cf4f
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ TGTS= all all-man buildenv buildkernel buildworld check-old checkdpadd \
|
||||
hierarchy install installcheck installkernel installkernel.debug\
|
||||
reinstallkernel reinstallkernel.debug installworld \
|
||||
kernel-toolchain libraries lint maninstall \
|
||||
obj objlink regress rerelease tags toolchain update \
|
||||
obj objlink regress rerelease showconfig tags toolchain update \
|
||||
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
|
||||
_build-tools _cross-tools _includes _libraries _depend \
|
||||
build32 distribute32 install32
|
||||
|
@ -1175,3 +1175,8 @@ check-old: check-old-files check-old-libs check-old-dirs
|
||||
|
||||
.endif
|
||||
|
||||
#
|
||||
# showconfig - show build configuration.
|
||||
#
|
||||
showconfig:
|
||||
@${MAKE} -n -f bsd.own.mk -V dummy -dg1 | grep ^MK_ | sort
|
||||
|
Loading…
Reference in New Issue
Block a user