mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-26 20:37:01 +00:00
Remove 'release' support from makeright. (#265)
This is the old way that releases were built and isn't relevant today. It made a variety of assumptions about how things were linked and allowed for the user to re-link an executable, but that isn't something we need to do any longer. This doesn't yet remove the checksum, ldechecksum, and related scripts.
This commit is contained in:
@@ -7,8 +7,6 @@ INCDIR = ../inc/
|
||||
INCLUDEDIR = ../include/
|
||||
LIBDIR = ../lib
|
||||
BINDIR = ./
|
||||
RELDIR = ../RELEASE/
|
||||
MAIN = _main
|
||||
RANLIB = ranlib
|
||||
AR = ar rcv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user