summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-02-04 11:28:28 -0500
committerJeffrey Walton <noloader@gmail.com>2019-02-04 11:28:28 -0500
commit5f731c06b37b5bb86a713a973532e74cba10074e (patch)
tree043a50055295389e3bc56cd79b450bdbda930ae5 /cryptest.nmake
parent47435f7d7203229cff6742a9ba46cad36def07c9 (diff)
downloadcryptopp-git-5f731c06b37b5bb86a713a973532e74cba10074e.tar.gz
Fix NULL device
Diffstat (limited to 'cryptest.nmake')
-rw-r--r--cryptest.nmake22
1 files changed, 11 insertions, 11 deletions
diff --git a/cryptest.nmake b/cryptest.nmake
index bcc4575c..e480c5f8 100644
--- a/cryptest.nmake
+++ b/cryptest.nmake
@@ -247,31 +247,31 @@ cryptopp.dll cryptopp.lib cryptopp.exp: $(LIB_OBJS) cryptopp.def
$(LD) $(LDFLAGS) /DLL /DEF:cryptopp.def /IGNORE:4102 $(LIB_OBJS) $(LDLIBS) /out:cryptopp.dll
clean ::
- $(RM) /F /Q cryptest.exe cryptest.lib cryptest.exp pch.pch 2>null
+ $(RM) /F /Q cryptest.exe cryptest.lib cryptest.exp pch.pch 2>nul
clean ::
- $(RM) /F /Q cryptlib.lib cryptlib.exp cryptlib.dll 2>null
+ $(RM) /F /Q cryptlib.lib cryptlib.exp cryptlib.dll 2>nul
clean ::
- $(RM) /F /Q cryptopp.dll cryptopp.lib cryptopp.exp cryptopp.def 2>null
+ $(RM) /F /Q cryptopp.dll cryptopp.lib cryptopp.exp cryptopp.def 2>nul
clean ::
- $(RM) /F /Q pch.obj $(LIB_OBJS) $(ASM_OBJS) $(TEST_OBJS) *.pdb 2>null
+ $(RM) /F /Q pch.obj $(LIB_OBJS) $(ASM_OBJS) $(TEST_OBJS) *.pdb 2>nul
distclean :: clean
!IF EXIST ($(USERNAME).sdf)
- attrib -r -a -s -h $(USERNAME).sdf 2>null
- $(RM) /F /Q $(USERNAME).sdf 2>null
+ attrib -r -a -s -h $(USERNAME).sdf 2>nul
+ $(RM) /F /Q $(USERNAME).sdf 2>nul
!ENDIF
!IF EXIST ($(USERNAME).suo)
- attrib -r -a -s -h $(USERNAME).suo 2>null
- $(RM) /F /Q $(USERNAME).suo 2>null
+ attrib -r -a -s -h $(USERNAME).suo 2>nul
+ $(RM) /F /Q $(USERNAME).suo 2>nul
!ENDIF
!IF EXIST (Win32\)
- $(RMDIR) Win32\ /q /s 2>null
+ $(RMDIR) Win32\ /q /s 2>nul
!ENDIF
!IF EXIST (x64\)
- $(RMDIR) x64\ /q /s 2>null
+ $(RMDIR) x64\ /q /s 2>nul
!ENDIF
!IF EXIST (ipch\)
- $(RMDIR) ipch\ /q /s 2>null
+ $(RMDIR) ipch\ /q /s 2>nul
!ENDIF
# Precompiled header