Declare SHELL at makefile top, sort and fix standard tool list in Makefiles

This commit is contained in:
Landon Curt Noll
2021-03-06 22:09:10 -08:00
parent 55bc690cd1
commit de6474bf28
8 changed files with 171 additions and 71 deletions

View File

@@ -165,23 +165,23 @@ Q=@
# standard tools
#
LCC= cc
ICFLAGS=
ILDFLAGS=
GREP= egrep
CAT= cat
CHMOD= chmod
SED= sed
SORT= sort
FMT= fmt
CMP= cmp
CP= cp
MV= mv
TRUE= true
RM= rm
FMT= fmt
GREP= egrep
ICFLAGS=
ILDFLAGS=
LCC= cc
MKDIR= mkdir
MV= mv
RM= rm
RMDIR= rmdir
SED= sed
SORT= sort
TOUCH= touch
CAT= cat
TRUE= true
# Some out of date operating systems require / want an executable to
# end with a certain file extension. Some compile systems such as