Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
63d4da13
Verified
Commit
63d4da13
authored
5 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Use patched branch of uutils, update list of binaries
parent
90dd6155
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes/uutils/recipe.sh
+76
-50
76 additions, 50 deletions
recipes/uutils/recipe.sh
with
76 additions
and
50 deletions
recipes/uutils/recipe.sh
+
76
−
50
View file @
63d4da13
...
@@ -3,56 +3,82 @@ GIT_UPSTREAM=https://github.com/uutils/coreutils.git
...
@@ -3,56 +3,82 @@ GIT_UPSTREAM=https://github.com/uutils/coreutils.git
CARGOFLAGS
=
"--no-default-features --features redox --bin uutils -- -C lto"
CARGOFLAGS
=
"--no-default-features --features redox --bin uutils -- -C lto"
BINS
=(
BINS
=(
base32
base32
base64
base64
basename
basename
chmod
cat
cksum
chmod
comm
cksum
cp
comm
cut
cp
date
cut
dircolors
date
dirname
dircolors
echo
dirname
env
echo
expand
env
expr
expand
factor
expr
false
factor
fmt
false
fold
fmt
head
fold
install
hashsum
link
head
ls
install
mktemp
join
mv
link
od
ln
paste
ls
printenv
md5sum
printf
mkdir
pwd
mktemp
readlink
more
realpath
mv
relpath
nl
rm
od
rmdir
paste
seq
printenv
shuf
printf
sleep
ptx
split
pwd
sum
readlink
tac
realpath
tee
relpath
tr
rm
true
rmdir
truncate
seq
tsort
sha1sum
unexpand
sha224sum
uniq
sha256sum
wc
sha3-224sum
yes
sha3-256sum
sha3-384sum
sha3-512sum
sha384sum
sha3sum
sha512sum
shake128sum
shake256sum
shred
shuf
sleep
sort
split
sum
tac
tail
tee
test
tr
true
truncate
tsort
uname
unexpand
uniq
wc
yes
)
)
function
recipe_stage
{
function
recipe_stage
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment