aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/toybox.az
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/toybox.az')
-rw-r--r--internal/rosa/package/toybox.az16
1 files changed, 8 insertions, 8 deletions
diff --git a/internal/rosa/package/toybox.az b/internal/rosa/package/toybox.az
index ad648ecf..f54db3d2 100644
--- a/internal/rosa/package/toybox.az
+++ b/internal/rosa/package/toybox.az
@@ -22,10 +22,10 @@ package toybox {
toyboxEarly = true;
exec = make {
- omitDefaults = true;
- inPlace = true;
- skipConfigure = true;
+ defaults = false;
+ chdir = false;
+ configure = nil;
preMake = `
LDFLAGS="${LDFLAGS:-''} -static"
@@ -50,7 +50,7 @@ sed -i \
"USER=cure",
"tests",
];
- skipEarlyStageCheck = true;
+ checkEarly = false;
install = "PREFIX=/work/system/bin make install_flat";
@@ -80,10 +80,10 @@ package toybox-early {
toyboxEarly = true;
exec = make {
- omitDefaults = true;
- inPlace = true;
- skipConfigure = true;
+ defaults = false;
+ chdir = false;
+ configure = nil;
preMake = `
LDFLAGS="${LDFLAGS:-''} -static"
@@ -115,7 +115,7 @@ CONFIG_DIFF=y
"USER=cure",
"tests",
];
- skipEarlyStageCheck = true;
+ checkEarly = false;
install = "PREFIX=/work/system/bin make install_flat";