forked from rosa/hakurei
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>
This commit is contained in:
@@ -18,13 +18,14 @@ package awk {
|
||||
omitDefaults = true;
|
||||
inPlace = true;
|
||||
skipConfigure = true;
|
||||
make = [ "YACC='yacc -d -b awkgram'" ];
|
||||
preCheck = "install -vD a.out /system/bin/awk\n";
|
||||
install = "install -vD a.out /work/system/bin/awk";
|
||||
};
|
||||
|
||||
inputs = [
|
||||
m4,
|
||||
bison,
|
||||
byacc,
|
||||
diffutils,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user