diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-24 17:04:42 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-24 18:48:20 +0900 |
| commit | 6c2ca507b92c5cbe1abc03f5a24e037af5812e57 (patch) | |
| tree | d05d80395939eadbb5ad78a6baa426b3b80b7afb /internal/rosa/package/gnu.az | |
| parent | 1a8212ee02248c8a75472486f15f88ba3f7bc9b0 (diff) | |
internal/rosa/package: byacc
Much cleaner than bison and compiles much faster. This should be used whenever possible.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/gnu.az')
| -rw-r--r-- | internal/rosa/package/gnu.az | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/package/gnu.az b/internal/rosa/package/gnu.az index c1547f37..d1da6b8a 100644 --- a/internal/rosa/package/gnu.az +++ b/internal/rosa/package/gnu.az @@ -12,9 +12,6 @@ package m4 { compress = bzip2; }; - // awk dependency loop - toyboxEarly = true; - writable = true; early = ` chmod +w tests/test-c32ispunct.sh && echo '#!/bin/sh' > tests/test-c32ispunct.sh @@ -22,6 +19,7 @@ chmod +w tests/test-c32ispunct.sh && echo '#!/bin/sh' > tests/test-c32ispunct.sh exec = make {}; + toyboxEarly = true; inputs = [ diffutils, |
