Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
busybox
/
9bc7e89fc1eb493c06494ad86781ab49fc28c509
/
.
/
busybox.sh
blob: cab248f11dca9fd3bbef6b3850e20f1b70230f9b [
file
] [
log
] [
blame
]
#!/bin/sh
ls
-
1
`sed -n '/^#define/{s/.*BB_// ; s/$/.c/p; }' busybox.def.h | \
tr [:upper:] [:lower:]`
2
>
/
dev
/
null
|
sed
-
e
's/\.c$/\.o/g'