From a5a93175fee5a81090a93811db42c97d4b731082 Mon Sep 17 00:00:00 2001 From: Nathan Ross Date: Fri, 25 Dec 2015 19:58:35 -0500 Subject: [PATCH 1/2] alphabetical ordering for list of progs --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 7214bb2f3..0559f5ba7 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,9 @@ PROGS := \ false \ fmt \ fold \ - link \ hashsum \ + head \ + link \ ln \ mkdir \ nl \ @@ -70,14 +71,15 @@ PROGS := \ relpath \ rm \ rmdir \ - sleep \ - split \ seq \ shuf \ + sleep \ sort \ + split \ sum \ sync \ tac \ + tail \ tee \ test \ tr \ @@ -87,10 +89,8 @@ PROGS := \ unexpand \ uniq \ wc \ - yes \ - head \ - tail \ - whoami + whoami \ + yes UNIX_PROGS := \ chmod \ From 5ff85de8d9015edc4b7a3bdb6aa958ee9a8731a5 Mon Sep 17 00:00:00 2001 From: Nathan Ross Date: Fri, 25 Dec 2015 19:59:10 -0500 Subject: [PATCH 2/2] rm obsolete TODO comment --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0559f5ba7..89079e87e 100644 --- a/Makefile +++ b/Makefile @@ -275,7 +275,6 @@ clean: distclean: clean $(CARGO) clean $(CARGOFLAGS) && $(CARGO) update $(CARGOFLAGS) -# TODO: figure out if there is way for prefixes to work with the symlinks install: build mkdir -p $(INSTALLDIR_BIN) ifeq (${MULTICALL}, y)