summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-06-07 22:21:40 +0000
committerTheodore Tso <tytso@mit.edu>1996-06-07 22:21:40 +0000
commit963752df3097d2d4c487c1799aebd721f39aa1cd (patch)
tree6e20aae2a002ebe3f737e00a94256196c12939fe
parent0c969f9e347bf4d04ca236b858ecb2d3abc0884c (diff)
downloadkrb5-963752df3097d2d4c487c1799aebd721f39aa1cd.tar.gz
krb5-963752df3097d2d4c487c1799aebd721f39aa1cd.tar.xz
krb5-963752df3097d2d4c487c1799aebd721f39aa1cd.zip
Use full directory name "error_tables" when building under Windows so
that the build will work correctly under VFAT and NTFS filesystems. Build the "makefile" file so that it includes config/win-post.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8277 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/ChangeLog8
-rw-r--r--src/Makefile.in8
2 files changed, 12 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3390877b..244cb5214 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+Fri Jun 7 17:39:45 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * Makefile.in (makefile-windows): Use full directory
+ name "error_tables" when building under Windows so that
+ the build will work correctly under VFAT and NTFS
+ filesystems. Build the "makefile" file so that it
+ includes config/win-post.in.
+
Thu Jun 6 00:04:38 1996 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.in (all-windows): Don't pass $(LIBCMD) on the command
diff --git a/src/Makefile.in b/src/Makefile.in
index 160598605..e33085bdc 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -121,13 +121,13 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \
lib\krb5\asn.1\makefile.in lib\krb5\ccache\makefile.in \
lib\krb5\ccache\file\makefile.in \
lib\krb5\ccache\stdio\makefile.in \
- lib\krb5\error_ta\makefile.in \
+ lib\krb5\error_tables\makefile.in \
lib\krb5\free\makefile.in lib\krb5\keytab\makefile.in \
lib\krb5\keytab\file\makefile.in lib\krb5\krb\makefile.in \
lib\krb5\os\makefile.in lib\krb5\posix\makefile.in \
lib\krb5\rcache\makefile.in \
util\et\makefile.in util\profile\makefile.in
- type makefile.in >makefile
+ .\wconfig config <makefile.in >makefile
.\wconfig config <include\makefile.in >include\makefile
.\wconfig config <include\krb5\makefile.in >include\krb5\makefile
.\wconfig config <lib\makefile.in >lib\makefile
@@ -149,7 +149,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \
.\wconfig config <lib\krb5\ccache\makefile.in >lib\krb5\ccache\makefile
.\wconfig config <lib\krb5\ccache\file\makefile.in >lib\krb5\ccache\file\makefile
.\wconfig config <lib\krb5\ccache\stdio\makefile.in >lib\krb5\ccache\stdio\makefile
- .\wconfig config <lib\krb5\error_ta\makefile.in >lib\krb5\error_ta\makefile
+ .\wconfig config <lib\krb5\error_tales\makefile.in >lib\krb5\error_tables\makefile
.\wconfig config <lib\krb5\free\makefile.in >lib\krb5\free\makefile
.\wconfig config <lib\krb5\keytab\makefile.in >lib\krb5\keytab\makefile
.\wconfig config <lib\krb5\keytab\file\makefile.in >lib\krb5\keytab\file\makefile
@@ -245,7 +245,7 @@ macfile.list:
Makefile.sav:
rm -f Makefile.sav
mv Makefile Makefile.sav
- cat config/windows.in Makefile.in > Makefile
+ cat config/windows.in Makefile.in config/win-post.in > Makefile
kerbsrc.zip: Makefile.sav awk-windows-mac winfile.list
rm -f kerbsrc.zip