You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2002/12/28 04:47:04 UTC

cvs commit: httpd-python/dist Makefile

grisha      2002/12/27 19:47:04

  Modified:    .        Makefile.in
               dist     Makefile
  Log:
  Added distclean for dist
  
  Revision  Changes    Path
  1.15      +1 -0      httpd-python/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-python/Makefile.in,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Makefile.in	8 Nov 2002 00:15:10 -0000	1.14
  +++ Makefile.in	28 Dec 2002 03:47:04 -0000	1.15
  @@ -117,6 +117,7 @@
   distclean: clean
   	cd src && $(MAKE) distclean
   	cd Doc && $(MAKE) distclean
  +	cd dist && $(MAKE) distclean
   	rm -rf Makefile config.h config.status config.cache config.log \
   		test/testconf.py 
   
  
  
  
  1.2       +3 -1      httpd-python/dist/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/httpd-python/dist/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile	28 Dec 2002 03:42:32 -0000	1.1
  +++ Makefile	28 Dec 2002 03:47:04 -0000	1.2
  @@ -71,3 +71,5 @@
   	echo "### THIS FILE IS AUTOMATICALLY GENERATED BY make!" >setup.py; \
   	cat setup.py.in | sed s/@@VERSION@@/$$VERSION/ >>setup.py; 
   
  +distclean:
  +	rm -rf build dist mod_python.so setup.py