* pre.in (EXTRA_FILES): New variable.
authorKen Raeburn <raeburn@mit.edu>
Fri, 30 Apr 2004 00:55:54 +0000 (00:55 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 30 Apr 2004 00:55:54 +0000 (00:55 +0000)
* post.in (clean-unix): Delete extra files.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16285 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/post.in
src/config/pre.in

index a5aae53a429996a6398363fab7799bb5ae3b3103..a080f85d4971e670fdbc7bdbaa3a476baeaf6b0b 100644 (file)
@@ -1,5 +1,8 @@
 2004-04-29  Ken Raeburn  <raeburn@mit.edu>
 
+       * 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
index 26d5aa176d029ab767b545d0848b8bc1dabe1858..7762782319c5d869c242bbeac9ecd777a19912ec 100644 (file)
@@ -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)
index 00e59834a320e47f31dfa7af2d4944a7eed404d0..2410458cafaa7f18c5b6fca5dd970d49326331e9 100644 (file)
@@ -522,6 +522,9 @@ SONAME=@SONAME@
 PICFLAGS=@PICFLAGS@
 PROFFLAGS=@PROFFLAGS@
 
+# platform-dependent temporary files that should get cleaned up
+EXTRA_FILES=@EXTRA_FILES@
+
 
 
 ##