shithub: scc

Download patch

ref: 70699a9dcf662cc905022afff40ff0f72b83846d
parent: 4f6b84ae2b0ddb9b0ed54470606262224148855f
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Nov 11 03:34:02 EST 2021

build: Don't deinit qbe in clean

It fails if there is any modification in the submodule,
making very hard to work with it.

--- a/src/cmd/Makefile
+++ b/src/cmd/Makefile
@@ -57,7 +57,4 @@
 $(BINDIR)/scc-ar: ar.o $(DRIVER).o
 	$(CC) $(PROJ_LDFLAGS) ar.o $(DRIVER).o -o $@
 
-clean: qbe/.git
-	git submodule deinit qbe
-
 include deps.mk