force expand unexpanded substitution variables

This commit is contained in:
keni
2018-04-25 15:36:11 -04:00
parent d8c49ec9d1
commit 09502df9f1
40 changed files with 46 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
NetHack 3.6.0 Linux Elf
$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
$NHDT-Date: 1524684188 2018/04/25 19:23:08 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.22 $
This README provides the instructions for using the official Linux binary,
system platform requirements, as well as steps used to create that binary.

View File

@@ -1,6 +1,6 @@
# depend.awk -- awk script used to construct makefile dependencies
# for nethack's source files (`make depend' support for Makefile.src).
# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
# $NHDT-Date: 1524684206 2018/04/25 19:23:26 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.6 $
#
# usage:
# cd src ; nawk -f depend.awk ../include/*.h list-of-.c/.cpp-files

View File

@@ -1,5 +1,5 @@
#
# NetHack 3.5 linux $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
# NetHack 3.5 linux $NHDT-Date: 1524684267 2018/04/25 19:24:27 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $
# NetHack 3.5 linux $Date: 2010/01/15 19:54:37 $ $Revision: 1.8 $
# Copyright (c) Kenneth Lorber, Kensington, Maryland, 2007.
# NetHack may be freely redistributed. See license for details.

View File

@@ -1,4 +1,4 @@
# NetHack 3.6 sysconf $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
# NetHack 3.6 sysconf $NHDT-Date: 1524684290 2018/04/25 19:24:50 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.26 $
#
# Sample sysconf file.
# The sysconf file is only used if NetHack is compiled with SYSCF defined.