1
0
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:
Bruce Mitchener
2021-01-22 04:03:11 +07:00
committed by GitHub
parent 95b482d5d5
commit bf15105d3c
24 changed files with 2 additions and 1635 deletions

View File

@@ -7,8 +7,6 @@ INCDIR = ../inc/
INCLUDEDIR = ../include/
LIBDIR = ../lib
BINDIR = ./
RELDIR = ../RELEASE/
MAIN = _main
RANLIB = ranlib
AR = ar rcv