From: Theodore Tso Date: Wed, 12 Jun 1996 04:26:00 +0000 (+0000) Subject: Build the makefiles for windows/cns, windows/gss, and windows/wintel X-Git-Tag: krb5-1.0-beta7~390 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fbd1b96fd81454f9b9f5352db9fec9f1c800098a;p=krb5.git 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 --- 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 + + * 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 * 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 .\wconfig config include\makefile .\wconfig config include\krb5\makefile @@ -159,6 +163,9 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ .\wconfig config lib\krb5\rcache\makefile .\wconfig config util\et\makefile .\wconfig config 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