From e4df7b55368595692e4c7947e582da2f613e352a Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 8 Jul 2017 21:17:39 +0200 Subject: [PATCH 1/2] Sort tools list alphabetically --- posix.mak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/posix.mak b/posix.mak index d960a84364..573b7bc8c2 100644 --- a/posix.mak +++ b/posix.mak @@ -40,15 +40,15 @@ DFLAGS += -w -de DUBFLAGS = --arch=$(subst 32,x86,$(subst 64,x86_64,$(MODEL))) TOOLS = \ - $(ROOT)/rdmd \ - $(ROOT)/ddemangle \ $(ROOT)/catdoc \ + $(ROOT)/ddemangle \ $(ROOT)/detab \ + $(ROOT)/rdmd \ $(ROOT)/tolf CURL_TOOLS = \ - $(ROOT)/dget \ - $(ROOT)/changed + $(ROOT)/changed \ + $(ROOT)/dget DOC_TOOLS = \ $(ROOT)/dman From 747d6e032b0503ea87ade8213e239367002bd49c Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 8 Jul 2017 21:19:02 +0200 Subject: [PATCH 2/2] Add checkwhitespace to tools --- posix.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/posix.mak b/posix.mak index 573b7bc8c2..56c9e13a72 100644 --- a/posix.mak +++ b/posix.mak @@ -41,6 +41,7 @@ DUBFLAGS = --arch=$(subst 32,x86,$(subst 64,x86_64,$(MODEL))) TOOLS = \ $(ROOT)/catdoc \ + $(ROOT)/checkwhitespace \ $(ROOT)/ddemangle \ $(ROOT)/detab \ $(ROOT)/rdmd \