summaryrefslogtreecommitdiffstats
path: root/src/windows/Makefile.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-05-27 19:37:14 +0000
committerTheodore Tso <tytso@mit.edu>1998-05-27 19:37:14 +0000
commit4af09b98586163bd9d5ea62a1ffe7621fee0e908 (patch)
tree2af0547c7a7e52fe1de1e75eed47396ae29e1a06 /src/windows/Makefile.in
parent25ecef1f25a27b75624c66ab001335f107aaaeb5 (diff)
downloadkrb5-4af09b98586163bd9d5ea62a1ffe7621fee0e908.tar.gz
krb5-4af09b98586163bd9d5ea62a1ffe7621fee0e908.tar.xz
krb5-4af09b98586163bd9d5ea62a1ffe7621fee0e908.zip
mkbin.bat: Added convenience batch file which copies all of the
appropriate files out of the build tree into a single kbin directory Makefile.in: Add the windows/lib directory to the list of directories to be built (and cleaned). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10595 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/Makefile.in')
-rw-r--r--src/windows/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/windows/Makefile.in b/src/windows/Makefile.in
index 58f7820cbf..199caf0f85 100644
--- a/src/windows/Makefile.in
+++ b/src/windows/Makefile.in
@@ -4,8 +4,11 @@
# Makefile that recurses into cns subdirectory.
#
all-windows::
+ @echo Making in windows\lib
+ cd lib
+ -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
@echo Making in windows\cns
- cd cns
+ cd ..\cns
-$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
@echo Making in windows\wintel
cd ..\wintel
@@ -19,8 +22,11 @@ all-windows::
cd ..
clean-windows::
+ @echo Making clean in windows\lib
+ cd lib
+ -$(MAKE) -$(MAKEFLAGS) clean
@echo Making clean in windows\cns
- cd cns
+ cd ..\cns
-$(MAKE) -$(MAKEFLAGS) clean
@echo Making clean in windows\wintel
cd ..\wintel