From e1151e463deb240dfb12c6be52610b99f1cd7a79 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 30 Dec 2013 21:02:10 +0200 Subject: [PATCH 1/2] Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist. --- stm/Makefile | 2 +- unix-cpy/Makefile | 2 +- unix/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stm/Makefile b/stm/Makefile index c66a2f6ce6590..33d738d78fc70 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -193,6 +193,6 @@ $(BUILD)/compile.o: $(PYSRC)/grammar.h $(BUILD)/emitbc.o: $(PYSRC)/emit.h clean: - /bin/rm -r $(BUILD) + /bin/rm -rf $(BUILD) .PHONY: all clean diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index a77a6308b11bd..ef1999a1b0016 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -86,6 +86,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h $(BUILD)/emitbc.o: $(PYSRC)/emit.h clean: - /bin/rm -r $(BUILD) + /bin/rm -rf $(BUILD) .PHONY: clean diff --git a/unix/Makefile b/unix/Makefile index f6b91889bbccf..0ddf11539a090 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -95,6 +95,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h $(BUILD)/emitbc.o: $(PYSRC)/emit.h clean: - /bin/rm -r $(BUILD) + /bin/rm -rf $(BUILD) .PHONY: clean From 2efbc622cbbc15d04ff6d657ac7bc3c743210006 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 30 Dec 2013 21:03:41 +0200 Subject: [PATCH 2/2] Typo fix in comment. --- py/asmx64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/asmx64.h b/py/asmx64.h index addf6bc28ae0d..16cc3b211912c 100644 --- a/py/asmx64.h +++ b/py/asmx64.h @@ -11,7 +11,7 @@ #define REG_RSI (6) #define REG_RDI (7) -// condition codes, used for jcc and setcc (desipite their j-name!) +// condition codes, used for jcc and setcc (despite their j-name!) #define JCC_JB (0x2) // below, unsigned #define JCC_JZ (0x4) #define JCC_JE (0x4) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy