You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@locus.apache.org on 2000/03/14 08:45:08 UTC

cvs commit: apache-2.0/src/build rules.mk

dgaudet     00/03/13 23:45:08

  Modified:    src      Makefile.in
               src/build rules.mk
  Log:
  it's more traditional in autoconf projects for "make distclean" to clean
  up things such as the apaci script, rather than "make clean".
  
  Revision  Changes    Path
  1.3       +1 -1      apache-2.0/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	2000/03/08 11:05:19	1.2
  +++ Makefile.in	2000/03/14 07:45:07	1.3
  @@ -23,7 +23,7 @@
   phony_targets   = buildmark.c
   install_targets = install-conf install-htdocs install-icons install-other \
   	install-cgi install-include
  -CLEANFILES      = apaci
  +DISTCLEANFILES  = apaci
   
   include $(topsrcdir)/build/rules.mk
   include $(topsrcdir)/build/program.mk
  
  
  
  1.5       +1 -1      apache-2.0/src/build/rules.mk
  
  Index: rules.mk
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/build/rules.mk,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- rules.mk	2000/03/10 00:05:48	1.4
  +++ rules.mk	2000/03/14 07:45:08	1.5
  @@ -158,7 +158,7 @@
   
   distclean: distclean-recursive clean-x
   	rm -f config.cache config.log config.status config_vars.mk libtool \
  -	stamp-h Makefile shlibtool
  +	stamp-h Makefile shlibtool $(DISTCLEANFILES)
   
   include $(srcdir)/.deps