mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-03 22:47:46 +00:00
commit
c7c7d36802
1 changed files with 7 additions and 8 deletions
15
Makefile
15
Makefile
|
@ -54,8 +54,9 @@ PROGS := \
|
||||||
false \
|
false \
|
||||||
fmt \
|
fmt \
|
||||||
fold \
|
fold \
|
||||||
link \
|
|
||||||
hashsum \
|
hashsum \
|
||||||
|
head \
|
||||||
|
link \
|
||||||
ln \
|
ln \
|
||||||
mkdir \
|
mkdir \
|
||||||
nl \
|
nl \
|
||||||
|
@ -70,14 +71,15 @@ PROGS := \
|
||||||
relpath \
|
relpath \
|
||||||
rm \
|
rm \
|
||||||
rmdir \
|
rmdir \
|
||||||
sleep \
|
|
||||||
split \
|
|
||||||
seq \
|
seq \
|
||||||
shuf \
|
shuf \
|
||||||
|
sleep \
|
||||||
sort \
|
sort \
|
||||||
|
split \
|
||||||
sum \
|
sum \
|
||||||
sync \
|
sync \
|
||||||
tac \
|
tac \
|
||||||
|
tail \
|
||||||
tee \
|
tee \
|
||||||
test \
|
test \
|
||||||
tr \
|
tr \
|
||||||
|
@ -87,10 +89,8 @@ PROGS := \
|
||||||
unexpand \
|
unexpand \
|
||||||
uniq \
|
uniq \
|
||||||
wc \
|
wc \
|
||||||
yes \
|
whoami \
|
||||||
head \
|
yes
|
||||||
tail \
|
|
||||||
whoami
|
|
||||||
|
|
||||||
UNIX_PROGS := \
|
UNIX_PROGS := \
|
||||||
chmod \
|
chmod \
|
||||||
|
@ -275,7 +275,6 @@ clean:
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(CARGO) clean $(CARGOFLAGS) && $(CARGO) update $(CARGOFLAGS)
|
$(CARGO) clean $(CARGOFLAGS) && $(CARGO) update $(CARGOFLAGS)
|
||||||
|
|
||||||
# TODO: figure out if there is way for prefixes to work with the symlinks
|
|
||||||
install: build
|
install: build
|
||||||
mkdir -p $(INSTALLDIR_BIN)
|
mkdir -p $(INSTALLDIR_BIN)
|
||||||
ifeq (${MULTICALL}, y)
|
ifeq (${MULTICALL}, y)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue