rse         98/05/21 23:56:57

  Modified:    src      Makefile.tmpl
  Log:
  Add a dummy install target to the src/Makefile to give the user a hint when he
  tries to run "make install" at this level. Additionally do some cosmetics on
  the "Configuration is older then Configuration.tmpl" message.
  
  Revision  Changes    Path
  1.96      +8 -4      apache-1.3/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Makefile.tmpl,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- Makefile.tmpl     1998/05/12 12:13:51     1.95
  +++ Makefile.tmpl     1998/05/22 06:56:56     1.96
  @@ -17,10 +17,10 @@
   all: @@Configuration@@ $(TARGET)
   
   @@Configuration@@: Configuration.tmpl
  -     @echo "@@Configuration@@ older than Configuration.tmpl, or doesn't 
exist."
  -     @echo "Consider copying Configuration.tmpl to @@Configuration@@, 
editing and rerunning"
  -     @echo "Configure."
  -     @echo "If not, you will at least have to touch @@Configuration@@."
  +     @echo "++ File '@@Configuration@@' older than 'Configuration.tmpl',"
  +     @echo "++ or still doesn't exist. Please consider copying 
'Configuration.tmpl'"
  +     @echo "++ to '@@Configuration@@', editing and rerunning 'Configure'."
  +     @echo "++ If not, you will at least have to touch '@@Configuration@@'."
        @false
   
   $(TARGET): $(SUBTARGET)
  @@ -86,6 +86,10 @@
        -rm -f regex/Makefile
        -rm -f Makefile.config
        -rm -f Makefile
  +
  +install:
  +     @echo "++ Sorry, no installation procedure available at this level."
  +     @echo "++ Go to the parent directory for an 'install' target."
   
   # 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
  
  
  

Reply via email to