mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
KDFS-afsrdr-build-20081230
LICENSE BSD if CODESIGN_KERNEL is not defined, do not output a signing command to the cmd file.
This commit is contained in:
parent
b30e46dae5
commit
808ed9cd9b
@ -24,7 +24,9 @@ $(OUT)\ddkbuild.cmd: NTMakefile
|
||||
echo cd ..\npdll >> $@
|
||||
echo build.exe -M >> $@
|
||||
echo cd ..\build\$(CPU) >> $@
|
||||
!IFDEF CODESIGN_KERNEL
|
||||
echo $(CODESIGN_KERNEL) AFSRDFSProvider.dll AFSRedir.sys >> $@
|
||||
!ENDIF
|
||||
echo exit >> $@
|
||||
|
||||
$(OUT)\ddkclean.cmd: NTMakefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user