summaryrefslogtreecommitdiff
path: root/dev-util/kbuild/files/kbuild-0.1.9998.3499-kash-no_separate_parser_allocator.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-17 20:06:58 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-17 20:06:58 +0000
commit08c5e4df7a4b66ba8dbb827ca2e3a973d4f19ab0 (patch)
tree347af25df153363454776e1fe95fc4e8100a7e7d /dev-util/kbuild/files/kbuild-0.1.9998.3499-kash-no_separate_parser_allocator.patch
parentfc6e577018dec28e18904f9ad5c1417976e3c728 (diff)
gentoo auto-resync : 17:01:2024 - 20:06:58
Diffstat (limited to 'dev-util/kbuild/files/kbuild-0.1.9998.3499-kash-no_separate_parser_allocator.patch')
-rw-r--r--dev-util/kbuild/files/kbuild-0.1.9998.3499-kash-no_separate_parser_allocator.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-util/kbuild/files/kbuild-0.1.9998.3499-kash-no_separate_parser_allocator.patch b/dev-util/kbuild/files/kbuild-0.1.9998.3499-kash-no_separate_parser_allocator.patch
deleted file mode 100644
index 24265b96e137..000000000000
--- a/dev-util/kbuild/files/kbuild-0.1.9998.3499-kash-no_separate_parser_allocator.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kbuild-0.1.9998.3499/src/kash/Makefile.kmk
-+++ kbuild-0.1.9998.3499/src/kash/Makefile.kmk
-@@ -35,7 +35,7 @@
- kash_TEMPLATE = BIN-THREADED
- kash_NAME = kmk_ash
- kash_ASTOOL = YASM
--kash_DEFS = lint SHELL SMALL KASH_SEPARATE_PARSER_ALLOCATOR
-+kash_DEFS = lint SHELL SMALL
- if "$(KBUILD_TARGET)" != "win" || defined(KASH_WIN_FORKED_MODE)
- kash_DEFS += SH_FORKED_MODE
- else