summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-06-12 04:26:00 +0000
committerTheodore Tso <tytso@mit.edu>1996-06-12 04:26:00 +0000
commitfbd1b96fd81454f9b9f5352db9fec9f1c800098a (patch)
tree6ec0741da3d6d98643386d6b4862b948acf2b0ed /src
parent54a5eedbaa21a6433332c81a920140bb200953c6 (diff)
downloadkrb5-fbd1b96fd81454f9b9f5352db9fec9f1c800098a.tar.gz
krb5-fbd1b96fd81454f9b9f5352db9fec9f1c800098a.tar.xz
krb5-fbd1b96fd81454f9b9f5352db9fec9f1c800098a.zip
Build the makefiles for windows/cns, windows/gss, and windows/wintel
Add definition of BUILDTOP when building for DOS, since it's needed for $(RM) to work. When creating ./Makefile under Unix, run things through sed to strip out ##DOS from the beginning of lines. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8303 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
-rw-r--r--src/Makefile.in12
2 files changed, 19 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d8cc0cd67..f087e619e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+Wed Jun 12 00:23:51 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in (makefile-windows): Build the makefiles for
+ windows/cns, windows/gss, and windows/wintel. Add
+ definition of BUILDTOP when building for DOS, since it's
+ needed for $(RM) to work. When creating ./Makefile under
+ Unix, run things through sed to strip out ##DOS from the
+ beginning of lines.
+
Mon Jun 10 17:11:45 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* wconfig.c: Revamp program to make it more extensible. Now will
diff --git a/src/Makefile.in b/src/Makefile.in
index 231319b2d..acc3e0e84 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,7 @@
CFLAGS = $(CCOPTS) $(DEFS)
+##DOSBUILDTOP = .
+
SRCS =
HDRS =
@@ -126,7 +128,9 @@ makefile-windows:: wconfig.exe config\pre.in config\post.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
+ util\et\makefile.in util\profile\makefile.in \
+ windows\cns\Makefile.in windows\gss\Makefile.in \
+ windows\wintel\Makefile.in
.\wconfig config <makefile.in >makefile
.\wconfig config <include\makefile.in >include\makefile
.\wconfig config <include\krb5\makefile.in >include\krb5\makefile
@@ -159,6 +163,9 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \
.\wconfig config <lib\krb5\rcache\makefile.in >lib\krb5\rcache\makefile
.\wconfig config <util\et\makefile.in >util\et\makefile
.\wconfig config <util\profile\makefile.in >util\profile\makefile
+ .\wconfig < windows\cns\Makefile.in > windows\cns\Makefile
+ .\wconfig < windows\gss\Makefile.in > windows\gss\Makefile
+ .\wconfig < windows\wintel\Makefile.in > windows\wintel\Makefile
config\rm.bat wconfig.obj msvc.pdb
wconfig.exe: wconfig.c
@@ -245,7 +252,8 @@ macfile.list:
Makefile.sav:
rm -f Makefile.sav
mv Makefile Makefile.sav
- cat config/windows.in Makefile.in config/win-post.in > Makefile
+ cat config/windows.in Makefile.in config/win-post.in | \
+ sed -e 's/^##DOS//' > Makefile
kerbsrc.zip: Makefile.sav awk-windows-mac winfile.list
rm -f kerbsrc.zip