git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
18cdb6b
)
a-better-way-20040317
author
Jeffrey Altman
<jaltman@mit.edu>
Thu, 18 Mar 2004 01:46:48 +0000 (
01:46
+0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Thu, 18 Mar 2004 01:46:48 +0000 (
01:46
+0000)
Make the directories first, then the trailing spaces won't matter.
src/NTMakefile
patch
|
blob
|
history
diff --git
a/src/NTMakefile
b/src/NTMakefile
index
a8bdef5
..
9be1a9b
100644
(file)
--- a/
src/NTMakefile
+++ b/
src/NTMakefile
@@
-573,6
+573,10
@@
lang:
nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile lang" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile lang" install
mkdir:
+ -mkdir $(AFS_OBJDIR)
+ -mkdir $(DESTDIR)
+ -mkdir $(AFS_OBJDIR)\checked
+ -mkdir $(AFS_OBJDIR)\free
-xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\checked\
-xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\free\
-mkdir $(DESTDIR)\checked