From 700ac112a3dd2041de5fc2a6abd3781103c704a8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 17 Dec 2016 17:46:15 +1300 Subject: Rename all pdksh stuff to ksh As part of a foray into more active use of ksh and derivatives. --- Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 595a600b..f2e9e278 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ install-ncmcpp \ install-newsbeuter \ install-mysql \ - install-pdksh \ + install-ksh \ install-perlcritic \ install-perltidy \ install-psql \ @@ -46,7 +46,7 @@ check-bash \ check-bin \ check-games \ - check-pdksh \ + check-ksh \ check-sh \ check-urxvt \ check-yash \ @@ -54,7 +54,7 @@ lint-bash \ lint-bin \ lint-games \ - lint-pdksh \ + lint-ksh \ lint-yash \ lint-sh \ lint-urxvt @@ -290,11 +290,11 @@ install-newsbeuter : install-mysql : install -pm 0644 -- mysql/my.cnf "$(HOME)"/.my.cnf -install-pdksh : check-pdksh install-sh +install-ksh : check-ksh install-sh install -m 0755 -d -- \ - "$(HOME)"/.pdkshrc.d - install -pm 0644 -- pdksh/pdkshrc "$(HOME)"/.pdkshrc - install -pm 0644 -- pdksh/pdkshrc.d/* "$(HOME)"/.pdkshrc.d + "$(HOME)"/.kshrc.d + install -pm 0644 -- ksh/kshrc "$(HOME)"/.kshrc + install -pm 0644 -- ksh/kshrc.d/* "$(HOME)"/.kshrc.d install-perlcritic : install -pm 0644 -- perlcritic/perlcriticrc "$(HOME)"/.perlcriticrc @@ -409,8 +409,8 @@ check-games : check-man : check/man -check-pdksh : - check/pdksh +check-ksh : + check/ksh check-sh : check/sh @@ -425,7 +425,7 @@ lint : check \ lint-bash \ lint-bin \ lint-games \ - lint-pdksh \ + lint-ksh \ lint-sh \ lint-urxvt \ lint-yash @@ -439,8 +439,8 @@ lint-bin : lint-games : lint/games -lint-pdksh : - lint/pdksh +lint-ksh : + lint/ksh lint-sh : lint/sh -- cgit v1.2.3