[runtime] Blacklist System.Threading.Overlapped nugets
[mono.git] / tools / nuget-hash-extractor / Makefile
index 371aca44bbfd05a69f6cf936406bda325d4b17c5..05b30f25975919693cfcac349c3fad47f9c08492 100644 (file)
@@ -10,13 +10,16 @@ nuget-hash-extractor.exe: $(SOURCES)
 
 download: .download_stamp_file
 
-run: nuget-hash-extractor.exe .download_stamp_file
-       mono nuget-hash-extractor.exe nugets
+run: download nuget-hash-extractor.exe exec-ver exec-asm
 
-run-asm: nuget-hash-extractor.exe .download_stamp_file
+run-asm: download nuget-hash-extractor.exe exec-asm
+
+exec-asm:
        mono nuget-hash-extractor.exe nugets asm
 
-run-ver: nuget-hash-extractor.exe .download_stamp_file
+run-ver: download nuget-hash-extractor.exe exec-ver
+
+exec-ver:
        mono nuget-hash-extractor.exe nugets ver
 
 .PHONY: download run