Due to PR#98, change it so that the builddate.rez file is always taken

out of 13/RInclude instead of /src/gno/build.tools.  This implies that
builddate.rez has to have been previously installed in 13/RInclude; this
is done by the 'install' and 'release' targets in /src/gno/build.tools.
This commit is contained in:
gdr-ftp 1998-12-22 16:08:54 +00:00
parent 7de2321a08
commit 2604b42f9a
22 changed files with 43 additions and 43 deletions

View File

@ -1,14 +1,14 @@
/*
* Resources for version and comment
*
* $Id: gsh.rez,v 1.8 1998/12/21 23:57:06 tribby Exp $
* $Id: gsh.rez,v 1.9 1998/12/22 16:05:32 gdr-ftp Exp $
*/
#define PROG "gsh"
#define DESC "GNO/Shell\n"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,14 +1,14 @@
/*
* Resources for version and comment
*
* $Id: libc.rez,v 1.2 1998/02/19 01:00:36 gdr-ftp Exp $
* $Id: libc.rez,v 1.3 1998/12/22 16:05:33 gdr-ftp Exp $
*/
#define LIB "libc for GNO"
#define PORTED "Ported from 4.4BSD and other sources by Devin Reade.\n"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,14 +1,14 @@
/*
* Resources for version and comment
*
* $Id: libcontrib.rez,v 1.2 1998/03/08 18:11:50 gdr-ftp Exp $
* $Id: libcontrib.rez,v 1.3 1998/12/22 16:05:33 gdr-ftp Exp $
*/
#define LIB "lcontrib"
#define DESC "A library of non-standard but still useful subroutines.\n"
#define GNO_VER "GNO v2.0.6\n"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,14 +1,14 @@
/*
* Resources for version and comment
*
* $Id: libcrypt.rez,v 1.1 1998/03/11 04:23:34 gdr-ftp Exp $
* $Id: libcrypt.rez,v 1.2 1998/12/22 16:05:34 gdr-ftp Exp $
*/
#define LIB "libcrypt for GNO"
#define PORTED "Ported from 4.4BSD\n"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,14 +1,14 @@
/*
* Resources for version and comment
*
* $Id: libtermcap.rez,v 1.2 1998/03/08 18:14:54 gdr-ftp Exp $
* $Id: libtermcap.rez,v 1.3 1998/12/22 16:05:36 gdr-ftp Exp $
*/
#define LIB "libtermcap for GNO"
#define PORTED "Ported from 4.4BSD\n"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,14 +1,14 @@
/*
* Resources for version and comment
*
* $Id: liby.rez,v 1.2 1998/02/15 19:14:25 gdr-ftp Exp $
* $Id: liby.rez,v 1.3 1998/12/22 16:08:54 gdr-ftp Exp $
*/
#define LIB "liby for GNO"
#define PORTED "Ported from 4.4BSD by Devin Reade.\n"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,12 +1,12 @@
/*
* $Id: libnetdb.rez,v 1.1 1998/02/15 19:27:20 gdr-ftp Exp $
* $Id: libnetdb.rez,v 1.2 1998/12/22 16:05:37 gdr-ftp Exp $
*/
#define LIB "libnetdb for GNO"
#define PORTED "Ported from 4.4BSD by Derek Taubert.\n"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,9 +1,9 @@
/*
* $Id: renram5.rez,v 1.3 1998/03/31 03:29:10 gdr-ftp Exp $
* $Id: renram5.rez,v 1.4 1998/12/22 16:05:37 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -2,12 +2,12 @@
* This is a CVS/RCS identification line -- an excellent tool for maintaining
* your sources:
*
* $Id: basename.rez,v 1.2 1998/03/29 20:47:12 gdr-ftp Exp $
* $Id: basename.rez,v 1.3 1998/12/22 16:05:37 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "Proginfo.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -1,13 +1,13 @@
/*
* Resources for version and comment
*
* $Id: cksum.rez,v 1.2 1998/02/15 00:25:46 gdr-ftp Exp $
* $Id: cksum.rez,v 1.3 1998/12/22 16:05:38 gdr-ftp Exp $
*/
#define PROG "cksum/sum"
#define DESC "Display file checksums and block counts."
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,12 +1,12 @@
/*
* $Id: compile.rez,v 1.1 1998/02/15 00:05:31 gdr-ftp Exp $
* $Id: compile.rez,v 1.2 1998/12/22 16:05:38 gdr-ftp Exp $
*/
#define NAME "compile/cmpl/assemble/asml"
#define DESC "Compile (or assemble) a source file."
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/* Comment Templates */
resource rComment (1, purgeable3) {

View File

@ -2,12 +2,12 @@
* This is a CVS/RCS identification line -- an excellent tool for maintaining
* your sources:
*
* $Id: dirname.rez,v 1.2 1998/03/29 20:46:17 gdr-ftp Exp $
* $Id: dirname.rez,v 1.3 1998/12/22 16:05:38 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "Proginfo.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -1,9 +1,9 @@
/*
* $Id: fmt.rez,v 1.2 1998/03/08 17:38:25 gdr-ftp Exp $
* $Id: fmt.rez,v 1.3 1998/12/22 16:05:39 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -5,7 +5,7 @@
#define DESC "Print contents of resource version."
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/*
* Version

View File

@ -1,9 +1,9 @@
/*
* $Id: help.rez,v 1.2 1998/03/08 17:40:55 gdr-ftp Exp $
* $Id: help.rez,v 1.3 1998/12/22 16:05:40 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -5,11 +5,11 @@
* For copying and distribution information, see the file "COPYING"
* accompanying this file.
*
* $Id: inst.rez,v 1.4 1998/04/24 00:54:06 gdr-ftp Exp $
* $Id: inst.rez,v 1.5 1998/12/22 16:05:41 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -1,12 +1,12 @@
/*
* $Id: link.rez,v 1.1 1998/03/31 03:32:52 gdr-ftp Exp $
* $Id: link.rez,v 1.2 1998/12/22 16:05:42 gdr-ftp Exp $
*/
#define NAME "link"
#define DESC "link object files"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
/* Comment Templates */
resource rComment (1, purgeable3) {

View File

@ -1,9 +1,9 @@
/*
* $Id: logger.rez,v 1.1 1998/06/23 23:23:55 gdr-ftp Exp $
* $Id: logger.rez,v 1.2 1998/12/22 16:05:42 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -1,10 +1,10 @@
/*
* This file is intended to be #included by the other *.rez files.
*
* $Id: common.rez,v 1.1 1998/03/29 07:15:53 gdr-ftp Exp $
* $Id: common.rez,v 1.2 1998/12/22 16:05:43 gdr-ftp Exp $
*/
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -1,9 +1,9 @@
/*
* $Id: removerez.rez,v 1.1 1998/03/31 03:33:03 gdr-ftp Exp $
* $Id: removerez.rez,v 1.2 1998/12/22 16:05:44 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -1,9 +1,9 @@
/*
* $Id: getty.rez,v 1.1 1998/04/10 16:17:41 gdr-ftp Exp $
* $Id: getty.rez,v 1.2 1998/12/22 16:05:45 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {

View File

@ -1,9 +1,9 @@
/*
* $Id: syslogd.rez,v 1.1 1998/10/31 19:02:47 gdr-ftp Exp $
* $Id: syslogd.rez,v 1.2 1998/12/22 16:05:46 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {