aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGautham <ahgamut@gmail.com>2024-04-21 01:16:54 -0500
committerGautham <ahgamut@gmail.com>2024-04-21 01:16:54 -0500
commitd0d551d73930368d0ed27058bfdc246d6aa01ca2 (patch)
tree3d800d0f5f814ba64bebc6a27f9a4c4be0f91294 /.github
parentapelink (diff)
remove superconfigure recipe
Diffstat (limited to '.github')
-rw-r--r--.github/cosmo/recipe.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/cosmo/recipe.mk b/.github/cosmo/recipe.mk
deleted file mode 100644
index a49adaf4..00000000
--- a/.github/cosmo/recipe.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# this recipe is copied into superconfigure/janet/BUILD.mk
-o/janet/downloaded: \
- DL_COMMAND = cp -r $(SOURCE_DIR) ./ && ls -al && ls -al ..
-
-o/janet/patched: PATCH_COMMAND = $(DUMMYLINK0)
-
-o/janet/configured.x86_64: \
- CONFIG_COMMAND = cp -r $(BASELOC)/o/janet/janet/* ./
-
-o/janet/configured.aarch64: \
- CONFIG_COMMAND = cp -r $(BASELOC)/o/janet/janet/* ./
-
-o/janet/built.x86_64: \
- BUILD_COMMAND = make PREFIX=$(COSMOS) HAS_SHARED=0 JANET_NO_AMALG=1
-
-o/janet/built.aarch64: \
- BUILD_COMMAND = make PREFIX=$(COSMOS) HAS_SHARED=0 JANET_NO_AMALG=1
-
-o/janet/installed.x86_64: \
- INSTALL_COMMAND = cp build/janet $(COSMOS)/bin/
-
-o/janet/installed.aarch64: \
- INSTALL_COMMAND = cp build/janet $(COSMOS)/bin/
-
-o/janet/built.fat: \
- BINS = janet