1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-07 11:17:29 +00:00

was adding -DNOVERSION -DINIT to wrong variable

This commit is contained in:
Larry Masinter
2023-01-13 17:28:58 -08:00
parent a04dd61a35
commit ef32f28eb8
37 changed files with 3 additions and 3 deletions

0
bin/compile-flags Executable file → Normal file
View File

0
bin/config.guess vendored Executable file → Normal file
View File

0
bin/copyright Executable file → Normal file
View File

0
bin/dbxinit.txt Executable file → Normal file
View File

0
bin/environment-variables Executable file → Normal file
View File

0
bin/machinetype Executable file → Normal file
View File

2
bin/makefile-cygwin.x86_64-x Executable file → Normal file
View File

@@ -17,7 +17,7 @@ XFILES = $(OBJECTDIR)xmkicon.o \
XFLAGS = -DXWINDOW
# OPTFLAGS is normally -O2.
OPTFLAGS = -O2 -g3
OPTFLAGS = -O0 -g
DFLAGS = $(XFLAGS) -DRELEASE=351

0
bin/makefile-header Executable file → Normal file
View File

4
bin/makefile-init-cygwin.x86_64 Executable file → Normal file
View File

@@ -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)/

0
bin/makeinitlde Executable file → Normal file
View File

0
bin/makeright Executable file → Normal file
View File

0
bin/mkvdate Executable file → Normal file
View File

0
bin/osversion Executable file → Normal file
View File

0
bin/release-one Executable file → Normal file
View File

0
bin/start-release Executable file → Normal file
View File

0
bin/u2dnames.sed Executable file → Normal file
View File

0
bin/unix2dos.sed Executable file → Normal file
View File