brian 96/11/03 12:57:43
Modified: . CHANGES LICENSE README RULES.CVS
support Makefile
Log:
Removed Id lines, as per group consensus.
Revision Changes Path
1.5 +0 -2 apache/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/CHANGES,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** CHANGES 1996/08/20 13:16:34 1.4
--- CHANGES 1996/11/03 20:57:23 1.5
***************
*** 1,5 ****
- $Id: CHANGES,v 1.4 1996/08/20 13:16:34 paul Exp $
-
New features with this release, as extensions of the Apache functionality
(see also more detailed CHANGES file) in the source directory. For more
information, see http://www.apache.org/docs/1.1/
--- 1,3 ----
1.4 +0 -2 apache/LICENSE
Index: LICENSE
===================================================================
RCS file: /export/home/cvs/apache/LICENSE,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** LICENSE 1996/08/20 13:16:34 1.3
--- LICENSE 1996/11/03 20:57:23 1.4
***************
*** 50,56 ****
*
*/
- /* $Id: LICENSE,v 1.3 1996/08/20 13:16:34 paul Exp $ */
-
--- 50,54 ----
1.7 +0 -2 apache/README
Index: README
===================================================================
RCS file: /export/home/cvs/apache/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** README 1996/08/20 13:16:35 1.6
--- README 1996/11/03 20:57:24 1.7
***************
*** 1,8 ****
Apache
Version 1.1 (and up)
- $Id: README,v 1.6 1996/08/20 13:16:35 paul Exp $
-
What is it?
-----------
--- 1,6 ----
1.3 +0 -2 apache/RULES.CVS
Index: RULES.CVS
===================================================================
RCS file: /export/home/cvs/apache/RULES.CVS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** RULES.CVS 1996/08/20 13:16:37 1.2
--- RULES.CVS 1996/11/03 20:57:24 1.3
***************
*** 1,5 ****
- $Id: RULES.CVS,v 1.2 1996/08/20 13:16:37 paul Exp $
-
1. Don't commit several unrelated changes in one go. Each change should be
committed separately (that is, it can affect multiple files, but it should
all
be part of a single change).
--- 1,3 ----
1.14 +2 -2 apache/support/Makefile
Index: Makefile
===================================================================
RCS file: /export/home/cvs/apache/support/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -C3 -r1.13 -r1.14
*** Makefile 1996/11/01 23:23:51 1.13
--- Makefile 1996/11/03 20:57:42 1.14
***************
*** 1,4 ****
! # $Id: Makefile,v 1.13 1996/11/01 23:23:51 ben Exp $
# For gcc
CC= gcc
# For ANSI compilers
--- 1,4 ----
! # $Id: Makefile,v 1.14 1996/11/03 20:57:42 brian Exp $
# For gcc
CC= gcc
# For ANSI compilers
***************
*** 7,13 ****
#For Optimization
#CFLAGS= -O2
#For debugging
! CFLAGS= -g
# For SCO ODT
#EXTRA_LIBS= -lcrypt_i
# For OS/2 port
--- 7,13 ----
#For Optimization
#CFLAGS= -O2
#For debugging
! CFLAGS= -g -Wall
# For SCO ODT
#EXTRA_LIBS= -lcrypt_i
# For OS/2 port