[krbdev.mit.edu #5859] Build of windows/identity fails in clean directory
Kevin Koch via RT
rt at krbdev.mit.edu
Thu Dec 13 11:35:06 EST 2007
This code fixes the problem:
mkdirs::
!if !exist($(OBJ))
echo > a.tmp
# xcopy will build any missing directory structure:
echo F | xcopy a.tmp $(OBJ)\a.tmp
del a.tmp
del $(OBJ)\a.tmp
!endif
But all the uses of mkdirs pass arguments that are ignored. Should
mkdirs process its input arguments or should they be removed from the
callers?
More information about the kfwdev
mailing list