mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Fix more bugs to pass Busybox tests
This commit is contained in:
parent
7b399a2965
commit
e80af55700
10 changed files with 283 additions and 114 deletions
5
Makefile
5
Makefile
|
@ -268,9 +268,8 @@ $(BUILDDIR)/busybox: $(BUILDDIR)/uutils
|
|||
ln -s $(BUILDDIR)/uutils $(BUILDDIR)/busybox
|
||||
|
||||
# This is a busybox-specific config file their test suite wants to parse.
|
||||
# For now it's blank.
|
||||
$(BUILDDIR)/.config: $(BUILDDIR)/uutils
|
||||
touch $@
|
||||
$(BUILDDIR)/.config: $(BASEDIR)/.busybox-config $(BUILDDIR)/uutils
|
||||
cp $< $@
|
||||
|
||||
ifeq ($(BUSYBOX_SRC),)
|
||||
busytest:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue