mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
refactor ~ (makefiles) fix spelling + add spell-checker exceptions
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
# spell-checker:ignore (misc) testsuite runtest (targets) busytest distclean manpages pkgs ; (vars/env) BINDIR BUILDDIR CARGOFLAGS DESTDIR DOCSDIR INSTALLDIR INSTALLEES MANDIR MULTICALL
|
||||
|
||||
# Config options
|
||||
PROFILE ?= debug
|
||||
MULTICALL ?= n
|
||||
@@ -274,7 +276,7 @@ busybox-src:
|
||||
$(BUILDDIR)/.config: $(BASEDIR)/.busybox-config
|
||||
cp $< $@
|
||||
|
||||
# Test under the busybox testsuite
|
||||
# Test under the busybox test suite
|
||||
$(BUILDDIR)/busybox: busybox-src build-coreutils $(BUILDDIR)/.config
|
||||
cp $(BUILDDIR)/coreutils $(BUILDDIR)/busybox; \
|
||||
chmod +x $@;
|
||||
|
||||
Reference in New Issue
Block a user