diff options
author | Roland McGrath <roland@redhat.com> | 1994-03-23 14:12:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-03-23 14:12:55 +0000 |
commit | d3fbc4f34510a73a4fb67a6de318e2b45c8cff55 (patch) | |
tree | 4ab4ba71cc5fb53d2126060d42656b0b7741c570 | |
parent | 227cffec2baa1919eb4f62a5537fddb94c1e9a4b (diff) | |
download | gunmake-d3fbc4f34510a73a4fb67a6de318e2b45c8cff55.tar.gz |
entered into RCS
-rw-r--r-- | ar.c | 4 | ||||
-rw-r--r-- | commands.h | 3 | ||||
-rw-r--r-- | dep.h | 3 | ||||
-rw-r--r-- | file.c | 4 | ||||
-rw-r--r-- | file.h | 4 | ||||
-rw-r--r-- | job.h | 3 | ||||
-rw-r--r-- | main.c | 3 | ||||
-rw-r--r-- | misc.c | 3 | ||||
-rw-r--r-- | read.c | 4 | ||||
-rw-r--r-- | remake.c | 4 | ||||
-rw-r--r-- | remote-cstms.c | 3 | ||||
-rw-r--r-- | remote-stub.c | 3 | ||||
-rw-r--r-- | rule.h | 3 | ||||
-rw-r--r-- | variable.h | 3 | ||||
-rw-r--r-- | vpath.c | 3 |
15 files changed, 29 insertions, 21 deletions
@@ -1,5 +1,5 @@ -/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 - Free Software Foundation, Inc. +/* Interface to `ar' archives for GNU Make. +Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 1989, 1991, 1993 Free Software Foundation, Inc. +/* Definition of data structures describing shell commands for GNU Make. +Copyright (C) 1988, 1989, 1991, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. +/* Definitions of dependency data structures for GNU Make. +Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ -/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 - Free Software Foundation, Inc. +/* Target file hash table management for GNU Make. +Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ -/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 - Free Software Foundation, Inc. +/* Definition of target file data structures for GNU Make. +Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,4 +1,5 @@ -/* Copyright (C) 1992, 1993 Free Software Foundation, Inc. +/* Definitions for managing subprocesses in GNU Make. +Copyright (C) 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 89, 90, 91, 94 Free Software Foundation, Inc. +/* Argument parsing and main program of GNU Make. +Copyright (C) 1988, 89, 90, 91, 94 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc. +/* Miscellaneous generic support functions for GNU Make. +Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ -/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994 - Free Software Foundation, Inc. +/* Reading and parsing of makefiles for GNU Make. +Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ -/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 - Free Software Foundation, Inc. +/* Basic dependency engine for GNU Make. +Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify diff --git a/remote-cstms.c b/remote-cstms.c index 8a415d9..6aa2c96 100644 --- a/remote-cstms.c +++ b/remote-cstms.c @@ -1,5 +1,4 @@ -/* This file implements an interface to the Customs daemon to do - remote execution of commands under GNU make. +/* GNU Make remote job exportation interface to the Customs daemon. THIS CODE IS NOT SUPPORTED BY THE GNU PROJECT. Please do not send bug reports or questions about it to the Make maintainers. diff --git a/remote-stub.c b/remote-stub.c index 23f189f..24a860b 100644 --- a/remote-stub.c +++ b/remote-stub.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 1989, 1992, 1993 Free Software Foundation, Inc. +/* Template for the remote job exportation interface to GNU Make. +Copyright (C) 1988, 1989, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. +/* Definitions for using pattern rules in GNU Make. +Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 1989, 1990, 1991, 1992 Free Software Foundation, Inc. +/* Definitions for using variables in GNU Make. +Copyright (C) 1988, 1989, 1990, 1991, 1992 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. +/* Implementation of pattern-matching file search paths for GNU Make. +Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify |