From ef32f28eb8978611552acf1e7767de6eb612430e Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Fri, 13 Jan 2023 17:28:58 -0800 Subject: [PATCH] was adding -DNOVERSION -DINIT to wrong variable --- bin/compile-flags | 0 bin/config.guess | 0 bin/copyright | 0 bin/dbxinit.txt | 0 bin/environment-variables | 0 bin/machinetype | 0 bin/makefile-cygwin.x86_64-x | 2 +- bin/makefile-header | 0 bin/makefile-init-cygwin.x86_64 | 4 ++-- bin/makeinitlde | 0 bin/makeright | 0 bin/mkvdate | 0 bin/osversion | 0 bin/release-one | 0 bin/start-release | 0 bin/u2dnames.sed | 0 bin/unix2dos.sed | 0 inc/copyright | 0 inc/cr | 0 inc/display.h | 0 inc/ifpage.h | 0 inc/inln68k.h | 0 inc/iopage.h | 0 inc/keysym.h | 0 inc/ldeXdefs.h | 0 inc/lispmap.h | 0 inc/lpkit.h | 0 inc/lspglob.h | 0 inc/rs232c.h | 0 inc/subrs.h | 0 inc/xdefs.h | 0 src/bbt68k.s | 0 src/bbtSPARC.s | 0 src/box | 0 src/cr | 0 src/dsp386.il | 0 src/dspSPARC.il | 0 37 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 bin/compile-flags mode change 100755 => 100644 bin/config.guess mode change 100755 => 100644 bin/copyright mode change 100755 => 100644 bin/dbxinit.txt mode change 100755 => 100644 bin/environment-variables mode change 100755 => 100644 bin/machinetype mode change 100755 => 100644 bin/makefile-cygwin.x86_64-x mode change 100755 => 100644 bin/makefile-header mode change 100755 => 100644 bin/makefile-init-cygwin.x86_64 mode change 100755 => 100644 bin/makeinitlde mode change 100755 => 100644 bin/makeright mode change 100755 => 100644 bin/mkvdate mode change 100755 => 100644 bin/osversion mode change 100755 => 100644 bin/release-one mode change 100755 => 100644 bin/start-release mode change 100755 => 100644 bin/u2dnames.sed mode change 100755 => 100644 bin/unix2dos.sed mode change 100755 => 100644 inc/copyright mode change 100755 => 100644 inc/cr mode change 100755 => 100644 inc/display.h mode change 100755 => 100644 inc/ifpage.h mode change 100755 => 100644 inc/inln68k.h mode change 100755 => 100644 inc/iopage.h mode change 100755 => 100644 inc/keysym.h mode change 100755 => 100644 inc/ldeXdefs.h mode change 100755 => 100644 inc/lispmap.h mode change 100755 => 100644 inc/lpkit.h mode change 100755 => 100644 inc/lspglob.h mode change 100755 => 100644 inc/rs232c.h mode change 100755 => 100644 inc/subrs.h mode change 100755 => 100644 inc/xdefs.h mode change 100755 => 100644 src/bbt68k.s mode change 100755 => 100644 src/bbtSPARC.s mode change 100755 => 100644 src/box mode change 100755 => 100644 src/cr mode change 100755 => 100644 src/dsp386.il mode change 100755 => 100644 src/dspSPARC.il diff --git a/bin/compile-flags b/bin/compile-flags old mode 100755 new mode 100644 diff --git a/bin/config.guess b/bin/config.guess old mode 100755 new mode 100644 diff --git a/bin/copyright b/bin/copyright old mode 100755 new mode 100644 diff --git a/bin/dbxinit.txt b/bin/dbxinit.txt old mode 100755 new mode 100644 diff --git a/bin/environment-variables b/bin/environment-variables old mode 100755 new mode 100644 diff --git a/bin/machinetype b/bin/machinetype old mode 100755 new mode 100644 diff --git a/bin/makefile-cygwin.x86_64-x b/bin/makefile-cygwin.x86_64-x old mode 100755 new mode 100644 index ca7f26f..7f1e52b --- a/bin/makefile-cygwin.x86_64-x +++ b/bin/makefile-cygwin.x86_64-x @@ -17,7 +17,7 @@ XFILES = $(OBJECTDIR)xmkicon.o \ XFLAGS = -DXWINDOW # OPTFLAGS is normally -O2. -OPTFLAGS = -O2 -g3 +OPTFLAGS = -O0 -g DFLAGS = $(XFLAGS) -DRELEASE=351 diff --git a/bin/makefile-header b/bin/makefile-header old mode 100755 new mode 100644 diff --git a/bin/makefile-init-cygwin.x86_64 b/bin/makefile-init-cygwin.x86_64 old mode 100755 new mode 100644 index e6eb136..233151a --- a/bin/makefile-init-cygwin.x86_64 +++ b/bin/makefile-init-cygwin.x86_64 @@ -18,9 +18,9 @@ XFLAGS = -DXWINDOW # OPTFLAGS is normally -O2. OPTFLAGS = -O0 -g DEBUGFLAGFLAGS = -DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351 +DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351 -DNOVERSION -DINIT -LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -DNOVERSION -DINIT +LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm OBJECTDIR = ../$(RELEASENAME)/ diff --git a/bin/makeinitlde b/bin/makeinitlde old mode 100755 new mode 100644 diff --git a/bin/makeright b/bin/makeright old mode 100755 new mode 100644 diff --git a/bin/mkvdate b/bin/mkvdate old mode 100755 new mode 100644 diff --git a/bin/osversion b/bin/osversion old mode 100755 new mode 100644 diff --git a/bin/release-one b/bin/release-one old mode 100755 new mode 100644 diff --git a/bin/start-release b/bin/start-release old mode 100755 new mode 100644 diff --git a/bin/u2dnames.sed b/bin/u2dnames.sed old mode 100755 new mode 100644 diff --git a/bin/unix2dos.sed b/bin/unix2dos.sed old mode 100755 new mode 100644 diff --git a/inc/copyright b/inc/copyright old mode 100755 new mode 100644 diff --git a/inc/cr b/inc/cr old mode 100755 new mode 100644 diff --git a/inc/display.h b/inc/display.h old mode 100755 new mode 100644 diff --git a/inc/ifpage.h b/inc/ifpage.h old mode 100755 new mode 100644 diff --git a/inc/inln68k.h b/inc/inln68k.h old mode 100755 new mode 100644 diff --git a/inc/iopage.h b/inc/iopage.h old mode 100755 new mode 100644 diff --git a/inc/keysym.h b/inc/keysym.h old mode 100755 new mode 100644 diff --git a/inc/ldeXdefs.h b/inc/ldeXdefs.h old mode 100755 new mode 100644 diff --git a/inc/lispmap.h b/inc/lispmap.h old mode 100755 new mode 100644 diff --git a/inc/lpkit.h b/inc/lpkit.h old mode 100755 new mode 100644 diff --git a/inc/lspglob.h b/inc/lspglob.h old mode 100755 new mode 100644 diff --git a/inc/rs232c.h b/inc/rs232c.h old mode 100755 new mode 100644 diff --git a/inc/subrs.h b/inc/subrs.h old mode 100755 new mode 100644 diff --git a/inc/xdefs.h b/inc/xdefs.h old mode 100755 new mode 100644 diff --git a/src/bbt68k.s b/src/bbt68k.s old mode 100755 new mode 100644 diff --git a/src/bbtSPARC.s b/src/bbtSPARC.s old mode 100755 new mode 100644 diff --git a/src/box b/src/box old mode 100755 new mode 100644 diff --git a/src/cr b/src/cr old mode 100755 new mode 100644 diff --git a/src/dsp386.il b/src/dsp386.il old mode 100755 new mode 100644 diff --git a/src/dspSPARC.il b/src/dspSPARC.il old mode 100755 new mode 100644