You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sa...@locus.apache.org on 2000/04/30 18:04:06 UTC

cvs commit: apache-2.0/src/lib/apr/time/unix Makefile.in

sascha      00/04/30 09:04:06

  Modified:    src/lib/apr/dso/aix Makefile.in
               src/lib/apr/dso/beos Makefile.in
               src/lib/apr/dso/os2 Makefile.in
               src/lib/apr/dso/unix Makefile.in
               src/lib/apr/i18n/unix Makefile.in
               src/lib/apr/file_io/beos Makefile.in
               src/lib/apr/file_io/os2 Makefile.in
               src/lib/apr/file_io/unix Makefile.in
               src/lib/apr/lib Makefile.in
               src/lib/apr/locks/beos Makefile.in
               src/lib/apr/locks/os2 Makefile.in
               src/lib/apr/locks/unix Makefile.in
               src/lib/apr/misc/beos Makefile.in
               src/lib/apr/misc/unix Makefile.in
               src/lib/apr/mmap/beos Makefile.in
               src/lib/apr/mmap/unix Makefile.in
               src/lib/apr/network_io/beos Makefile.in
               src/lib/apr/network_io/os2 Makefile.in
               src/lib/apr/network_io/unix Makefile.in
               src/lib/apr/shmem/os2 Makefile.in
               src/lib/apr/shmem/unix Makefile.in
               src/lib/apr/test Makefile.in
               src/lib/apr/threadproc/beos Makefile.in
               src/lib/apr/threadproc/os2 Makefile.in
               src/lib/apr/threadproc/unix Makefile.in
               src/lib/apr/time/unix Makefile.in
  Log:
  Update comment for depend target. The template makefiles are now called
  Makefile.in, and Configure became configure.
  
  Revision  Changes    Path
  1.3       +1 -1      apache-2.0/src/lib/apr/dso/aix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/dso/aix/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- Makefile.in	2000/04/22 06:16:13	1.2
  +++ Makefile.in	2000/04/30 16:03:56	1.3
  @@ -36,7 +36,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.4       +1 -1      apache-2.0/src/lib/apr/dso/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/dso/beos/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- Makefile.in	2000/04/22 06:16:14	1.3
  +++ Makefile.in	2000/04/30 16:03:56	1.4
  @@ -35,7 +35,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.5       +1 -1      apache-2.0/src/lib/apr/dso/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/dso/os2/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- Makefile.in	2000/04/22 06:16:15	1.4
  +++ Makefile.in	2000/04/30 16:03:57	1.5
  @@ -36,7 +36,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.6       +1 -1      apache-2.0/src/lib/apr/dso/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/dso/unix/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- Makefile.in	2000/04/22 06:16:16	1.5
  +++ Makefile.in	2000/04/30 16:03:57	1.6
  @@ -36,7 +36,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.3       +1 -1      apache-2.0/src/lib/apr/i18n/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/i18n/unix/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- Makefile.in	2000/04/22 06:16:23	1.2
  +++ Makefile.in	2000/04/30 16:03:57	1.3
  @@ -25,7 +25,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.10      +1 -1      apache-2.0/src/lib/apr/file_io/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/beos/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- Makefile.in	2000/04/22 06:16:18	1.9
  +++ Makefile.in	2000/04/30 16:03:58	1.10
  @@ -36,7 +36,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.10      +1 -1      apache-2.0/src/lib/apr/file_io/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/os2/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- Makefile.in	2000/04/22 06:16:19	1.9
  +++ Makefile.in	2000/04/30 16:03:58	1.10
  @@ -44,7 +44,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.10      +1 -1      apache-2.0/src/lib/apr/file_io/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/unix/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- Makefile.in	2000/04/22 06:16:20	1.9
  +++ Makefile.in	2000/04/30 16:03:59	1.10
  @@ -43,7 +43,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.16      +1 -1      apache-2.0/src/lib/apr/lib/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/Makefile.in,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -u -r1.15 -r1.16
  --- Makefile.in	2000/04/27 23:30:58	1.15
  +++ Makefile.in	2000/04/30 16:03:59	1.16
  @@ -47,7 +47,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.6       +1 -1      apache-2.0/src/lib/apr/locks/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/beos/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- Makefile.in	2000/04/22 06:16:30	1.5
  +++ Makefile.in	2000/04/30 16:03:59	1.6
  @@ -38,7 +38,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.7       +1 -1      apache-2.0/src/lib/apr/locks/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/os2/Makefile.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- Makefile.in	2000/04/22 06:16:32	1.6
  +++ Makefile.in	2000/04/30 16:04:00	1.7
  @@ -37,7 +37,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.10      +1 -1      apache-2.0/src/lib/apr/locks/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/unix/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- Makefile.in	2000/04/22 06:16:32	1.9
  +++ Makefile.in	2000/04/30 16:04:00	1.10
  @@ -39,7 +39,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.12      +1 -1      apache-2.0/src/lib/apr/misc/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/misc/beos/Makefile.in,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- Makefile.in	2000/04/22 16:41:10	1.11
  +++ Makefile.in	2000/04/30 16:04:00	1.12
  @@ -37,7 +37,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.17      +1 -1      apache-2.0/src/lib/apr/misc/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/misc/unix/Makefile.in,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- Makefile.in	2000/04/22 06:16:36	1.16
  +++ Makefile.in	2000/04/30 16:04:01	1.17
  @@ -39,7 +39,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.7       +1 -1      apache-2.0/src/lib/apr/mmap/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/mmap/beos/Makefile.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- Makefile.in	2000/04/22 06:16:39	1.6
  +++ Makefile.in	2000/04/30 16:04:02	1.7
  @@ -36,7 +36,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.10      +1 -1      apache-2.0/src/lib/apr/mmap/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/mmap/unix/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- Makefile.in	2000/04/22 06:16:40	1.9
  +++ Makefile.in	2000/04/30 16:04:02	1.10
  @@ -37,7 +37,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.9       +1 -1      apache-2.0/src/lib/apr/network_io/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/network_io/beos/Makefile.in,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- Makefile.in	2000/04/22 06:16:41	1.8
  +++ Makefile.in	2000/04/30 16:04:02	1.9
  @@ -40,7 +40,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.9       +1 -1      apache-2.0/src/lib/apr/network_io/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/network_io/os2/Makefile.in,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- Makefile.in	2000/04/22 06:16:42	1.8
  +++ Makefile.in	2000/04/30 16:04:03	1.9
  @@ -41,7 +41,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.12      +1 -1      apache-2.0/src/lib/apr/network_io/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/network_io/unix/Makefile.in,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- Makefile.in	2000/04/22 06:16:42	1.11
  +++ Makefile.in	2000/04/30 16:04:03	1.12
  @@ -40,7 +40,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.2       +1 -1      apache-2.0/src/lib/apr/shmem/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/shmem/os2/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- Makefile.in	2000/03/16 09:48:31	1.1
  +++ Makefile.in	2000/04/30 16:04:04	1.2
  @@ -37,7 +37,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.10      +1 -1      apache-2.0/src/lib/apr/shmem/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/shmem/unix/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- Makefile.in	2000/04/28 18:27:45	1.9
  +++ Makefile.in	2000/04/30 16:04:04	1.10
  @@ -42,7 +42,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.19      +1 -1      apache-2.0/src/lib/apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/test/Makefile.in,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -u -r1.18 -r1.19
  --- Makefile.in	2000/04/27 20:32:18	1.18
  +++ Makefile.in	2000/04/30 16:04:04	1.19
  @@ -95,7 +95,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.11      +1 -1      apache-2.0/src/lib/apr/threadproc/beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/beos/Makefile.in,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- Makefile.in	2000/04/22 06:16:44	1.10
  +++ Makefile.in	2000/04/30 16:04:05	1.11
  @@ -45,7 +45,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.8       +1 -1      apache-2.0/src/lib/apr/threadproc/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/os2/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- Makefile.in	2000/04/22 06:16:45	1.7
  +++ Makefile.in	2000/04/30 16:04:05	1.8
  @@ -40,7 +40,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.14      +1 -1      apache-2.0/src/lib/apr/threadproc/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/unix/Makefile.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- Makefile.in	2000/04/23 01:09:07	1.13
  +++ Makefile.in	2000/04/30 16:04:06	1.14
  @@ -41,7 +41,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend:
  
  
  
  1.13      +1 -1      apache-2.0/src/lib/apr/time/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/time/unix/Makefile.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- Makefile.in	2000/04/22 06:16:49	1.12
  +++ Makefile.in	2000/04/30 16:04:06	1.13
  @@ -37,7 +37,7 @@
   
   #
   # We really don't expect end users to use this rule.  It works only with
  -# gcc, and rebuilds Makefile.tmpl.  You have to re-run Configure after
  +# gcc, and rebuilds Makefile.in.  You have to re-run configure after
   # using it.
   #
   depend: