summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-04-30 00:55:54 +0000
committerKen Raeburn <raeburn@mit.edu>2004-04-30 00:55:54 +0000
commit5182fd109691f0ad3667b4ca6586c8cc2bdbb6c6 (patch)
treec0a597b14ab51b28675de15da98f8ae34813b430 /src
parent7a8190525edd77cebd4680d8f60dc40f3179c85b (diff)
downloadkrb5-5182fd109691f0ad3667b4ca6586c8cc2bdbb6c6.tar.gz
krb5-5182fd109691f0ad3667b4ca6586c8cc2bdbb6c6.tar.xz
krb5-5182fd109691f0ad3667b4ca6586c8cc2bdbb6c6.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog3
-rw-r--r--src/config/post.in2
-rw-r--r--src/config/pre.in3
3 files changed, 7 insertions, 1 deletions
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 <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
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@
+
##