mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Make busytest stop complaining about missing config file
This commit is contained in:
parent
8fbfe24176
commit
18acfc0103
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -145,6 +145,11 @@ build/busybox: build/uutils
|
|||
rm -f build/busybox
|
||||
ln -s $(SRC_DIR)/build/uutils build/busybox
|
||||
|
||||
# This is a busybox-specific config file their test suite wants to parse.
|
||||
# For now it's blank.
|
||||
build/.config: build/uutils
|
||||
touch $@
|
||||
|
||||
ifeq ($(BUSYBOX_SRC),)
|
||||
busytest:
|
||||
@echo
|
||||
|
@ -153,7 +158,7 @@ busytest:
|
|||
@echo
|
||||
@false
|
||||
else
|
||||
busytest: build/busybox
|
||||
busytest: build/busybox build/.config
|
||||
(cd $(BUSYBOX_SRC)/testsuite && bindir=$(SRC_DIR)/build tstdir=$(BUSYBOX_SRC)/testsuite $(BUSYBOX_SRC)/testsuite/runtest $(RUNTEST_ARGS))
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue