mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
refactor ~ (makefiles) fix spelling + add spell-checker exceptions
This commit is contained in:
parent
0b20997d10
commit
ec982bb695
2 changed files with 6 additions and 4 deletions
|
@ -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
|
# Config options
|
||||||
PROFILE ?= debug
|
PROFILE ?= debug
|
||||||
MULTICALL ?= n
|
MULTICALL ?= n
|
||||||
|
@ -274,7 +276,7 @@ busybox-src:
|
||||||
$(BUILDDIR)/.config: $(BASEDIR)/.busybox-config
|
$(BUILDDIR)/.config: $(BASEDIR)/.busybox-config
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
# Test under the busybox testsuite
|
# Test under the busybox test suite
|
||||||
$(BUILDDIR)/busybox: busybox-src build-coreutils $(BUILDDIR)/.config
|
$(BUILDDIR)/busybox: busybox-src build-coreutils $(BUILDDIR)/.config
|
||||||
cp $(BUILDDIR)/coreutils $(BUILDDIR)/busybox; \
|
cp $(BUILDDIR)/coreutils $(BUILDDIR)/busybox; \
|
||||||
chmod +x $@;
|
chmod +x $@;
|
||||||
|
|
6
Makefile
6
Makefile
|
@ -1,5 +1,5 @@
|
||||||
USEGNU=gmake $*
|
UseGNU=gmake $*
|
||||||
all:
|
all:
|
||||||
@$(USEGNU)
|
@$(UseGNU)
|
||||||
.DEFAULT:
|
.DEFAULT:
|
||||||
@$(USEGNU)
|
@$(UseGNU)
|
||||||
|
|
Loading…
Reference in a new issue