From: Ivan Maidanski Date: Thu, 20 Apr 2017 09:05:29 +0000 (+0300) Subject: Remove all generated files by NT_X64_THREADS_MAKEFILE 'clean' target X-Git-Tag: v7.4.6~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=481be151f2dfa99a69be99fcf785fe56c6869ae0;p=gc Remove all generated files by NT_X64_THREADS_MAKEFILE 'clean' target * NT_X64_THREADS_MAKEFILE (clean): Delete also .exe, .log, .pdb, .exp, .lib, .obj, .rbj, .res, *.dll, test_cpp.cpp files in cord, cord\tests, extra, tests folders; redirect stderr for "del" utility to nul. --- diff --git a/NT_X64_THREADS_MAKEFILE b/NT_X64_THREADS_MAKEFILE index e4147bc7..f3867be8 100644 --- a/NT_X64_THREADS_MAKEFILE +++ b/NT_X64_THREADS_MAKEFILE @@ -84,4 +84,4 @@ $(AO_SRC_DIR): tar xvfz $(AO_SRC_DIR).tar.gz; clean: - del *.obj gc64_dll.lib gc64.dll + del *.exe *.log *.obj *.pdb cord\*.exe cord\*.exp cord\*.lib cord\*.obj cord\*.pdb cord\*.rbj cord\*.res cord\tests\*.obj extra\*.obj gc*.lib gc*.dll gc*.exp test_cpp.cpp tests\*.obj 2> nul