You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/03/16 14:53:59 UTC

cvs commit: apr-util Makefile.in buildconf

jorton      2004/03/16 05:53:59

  Modified:    .        Tag: APU_0_9_BRANCH Makefile.in buildconf
  Log:
  Backports from HEAD:
  
  * Makefile.in: Fix files missed by clean and distclean, and remove
  "suspicious" line 64.
  
  * buildconf: Remove autoconf cache after running configure.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.76.2.1  +3 -5      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.76
  retrieving revision 1.76.2.1
  diff -w -d -u -r1.76 -r1.76.2.1
  --- Makefile.in	17 Feb 2003 00:16:43 -0000	1.76
  +++ Makefile.in	16 Mar 2004 13:53:58 -0000	1.76.2.1
  @@ -25,13 +25,12 @@
   SUBDIRS = buckets crypto dbm encoding hooks ldap uri xml misc strmatch xlate
   CLEAN_SUBDIRS = . test
   
  -CLEAN_TARGETS =
  +CLEAN_TARGETS = exports.c export_vars.h aprutil.exp
   DISTCLEAN_TARGETS = config.cache config.log config.status libtool \
   	include/private/apu_config.h include/private/apu_private.h \
   	include/private/apu_select_dbm.h include/apr_ldap.h include/apu.h \
  -	export_vars.sh aprutil.exp apu-config
  -EXTRACLEAN_TARGETS = configure aclocal.m4 include/private/apu_config.h.in \
  -	exports.c export_vars.h
  +	export_vars.sh apu-config build/rules.mk include/apu_want.h
  +EXTRACLEAN_TARGETS = configure aclocal.m4 include/private/apu_config.h.in
   
   prefix=@prefix@
   exec_prefix=@exec_prefix@
  @@ -62,7 +61,6 @@
   	if [ -n "$(top_blddir)" ]; then \
   		cp -p $(top_blddir)/include/*.h $(DESTDIR)$(includedir); \
   	fi;
  -	
   	if [ ! -d $(DESTDIR)$(libdir) ]; then \
   	    @APR_SOURCE_DIR@/build/mkdir.sh $(DESTDIR)$(libdir); \
   	fi;
  
  
  
  1.9.2.1   +3 -0      apr-util/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apr-util/buildconf,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -w -d -u -r1.9 -r1.9.2.1
  --- buildconf	4 Feb 2003 14:22:56 -0000	1.9
  +++ buildconf	16 Mar 2004 13:53:58 -0000	1.9.2.1
  @@ -65,3 +65,6 @@
     echo "Invoking xml/expat/buildconf.sh ..."
     (cd xml/expat; ./buildconf.sh)
   fi
  +
  +# Remove autoconf cache
  +rm -rf autom4te*.cache