mirror of https://github.com/mirror/busybox.git
Forgot this file.
parent
4bea32abb5
commit
b09c6b5d4a
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
|
||||
tr [:upper:] [:lower:]
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
|
||||
tr [:upper:] [:lower:]
|
||||
|
Loading…
Reference in New Issue