From 89d95b1ad4c1a29b43a6680ab77a44437685f801 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 23 Mar 2024 11:38:58 -0700 Subject: Remove qbe submodule --- .gitmodules | 3 --- Makefile | 5 ----- README.md | 7 ------- qbe | 1 - 4 files changed, 16 deletions(-) delete mode 100644 .gitmodules delete mode 160000 qbe diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 34fa6a8..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "qbe"] - path = qbe - url = https://git.sr.ht/~mcf/qbe diff --git a/Makefile b/Makefile index 7708b3d..659181d 100644 --- a/Makefile +++ b/Makefile @@ -96,11 +96,6 @@ install: all mkdir -p $(DESTDIR)$(MANDIR)/man1 cp cproc.1 $(DESTDIR)$(MANDIR)/man1 -.PHONY: qbe -qbe: - git submodule update --init qbe - $(MAKE) -C qbe - .PHONY: clean clean: rm -rf cproc $(DRIVER_OBJ) cproc-qbe $(OBJ) stage2 stage3 diff --git a/README.md b/README.md index 7310614..a5380c8 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,6 @@ string arrays (`static char *[]`): You may also want to customize your environment or `config.mk` with the appropriate `CC`, `CFLAGS` and `LDFLAGS`. -If you don't have QBE installed, you can build it from the included -submodule, then add it to your PATH so that the driver will be able to -run it. - - make qbe - PATH=$PWD/qbe:$PATH - Once this is done, you can build with make diff --git a/qbe b/qbe deleted file mode 160000 index d2f7b69..0000000 --- a/qbe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d2f7b6913dcc2aad683dbdd05040a7623cbe736d -- cgit v1.2.3