From: Ken Raeburn Date: Fri, 30 Apr 2004 00:55:54 +0000 (+0000) Subject: * pre.in (EXTRA_FILES): New variable. X-Git-Tag: krb5-1.4-beta1~460 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5182fd109691f0ad3667b4ca6586c8cc2bdbb6c6;p=krb5.git * pre.in (EXTRA_FILES): New variable. * post.in (clean-unix): Delete extra files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16285 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index a5aae53a4..a080f85d4 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,5 +1,8 @@ 2004-04-29 Ken Raeburn + * pre.in (EXTRA_FILES): New variable. + * post.in (clean-unix): Delete extra files. + * shlib.conf: Initialize use_linker_init_option and use_linker_fini_option to no. (mips-sgi-irix*): Add link-time support for library diff --git a/src/config/post.in b/src/config/post.in index 26d5aa176..776278231 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -121,7 +121,7 @@ DEPTARGETS = .depend .d .dtmp .depfix2.sed .depfix2.tmp $(DEP_VERIFY) clean:: clean-$(WHAT) clean-unix:: - $(RM) $(OBJS) $(DEPTARGETS) + $(RM) $(OBJS) $(DEPTARGETS) $(EXTRA_FILES) clean-windows:: $(RM) *.$(OBJEXT) diff --git a/src/config/pre.in b/src/config/pre.in index 00e59834a..2410458ca 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -522,6 +522,9 @@ SONAME=@SONAME@ PICFLAGS=@PICFLAGS@ PROFFLAGS=@PROFFLAGS@ +# platform-dependent temporary files that should get cleaned up +EXTRA_FILES=@EXTRA_FILES@ + ##