Reduce *nix Makefile verbosity

Instead of showing all the CFLAGS and whatnot, just show "[CC] allmain.c"
or whatever. The verbose output can be switched back on with VERBOSEMAKE=1
This commit is contained in:
Pasi Kallinen
2017-10-14 15:51:45 +03:00
parent 1caa212bd9
commit 1ff4dfee85
3 changed files with 35 additions and 5 deletions

View File

@@ -709,6 +709,7 @@ X11: status display split into three columns to accomodate Stone/Deaf/Lev/&c;
X11: more terminal-like default resources
win32gui: save and load map colors from registry
X11: add new character selection dialog, and obey player_selection:dialog
unix: reduce makefile verbosity by default
NetHack Community Patches (or Variation) Included