1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-16 12:43:12 +00:00

The SYSVONLY flag is no longer used or needed. (#153)

Welcome to the world of being mostly POSIX!
This commit is contained in:
Bruce Mitchener
2021-01-01 08:13:05 +07:00
committed by GitHub
parent d717946929
commit 848177aa95
8 changed files with 7 additions and 10 deletions

View File

@@ -13,8 +13,6 @@ BYTESWAP Used when compiling for a hardware architecture that has
byte-swapped words and word-swapped 32-bit cells, e.g. 80386.
SYSVSIGNALS True when compiling on a system that requires the use of
SYSV (rather than BSD) signal-handling code.
SYSVONLY True when compiling on a system that has little or no
BSD support. E.g. gettimeofday is missing.
I386 True if compiling for the Sun386i (not just any 80386);
used because the 386i's display controller is odd.
OS4 True if compiling for SunOS 4.x

View File

@@ -24,7 +24,7 @@ DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
-DRELEASE=351 -DSYSVSIGNALS \
-D_GNU_SOURCE
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt

View File

@@ -49,7 +49,7 @@ MAIN = main
DEBUGFLAGS = # -DSTACKCHECK -DFNSTKCHECK
MACHINEFLAGS = -DOS5 -DAIX -DUSE_DLPI -DNOPIXRECT \
-I$(OPENWINHOME)/include -DSYSVSIGNALS -DSYSVONLY \
-I$(OPENWINHOME)/include -DSYSVSIGNALS \
-DOLD_CURSOR -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES
INLINEFLAGS =

View File

@@ -23,7 +23,7 @@ DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
-DRELEASE=351 -DSYSVSIGNALS \
-D_GNU_SOURCE
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt

View File

@@ -23,7 +23,7 @@ DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
-DRELEASE=351 -DSYSVSIGNALS \
-D_GNU_SOURCE
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt

View File

@@ -24,7 +24,7 @@ DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
-DRELEASE=351 -DSYSVSIGNALS \
-D_GNU_SOURCE
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt

View File

@@ -46,7 +46,7 @@ DFLAGS = $(XFLAGS) \
-DBYTESWAP \
-DOLD_CURSOR -DLOGINT \
-DNOPIXRECT -DFORKCOMM -DLOCK_X_UPDATES \
-I$(OPENWINHOME)/include -DSYSVSIGNALS -DSYSVONLY \
-I$(OPENWINHOME)/include -DSYSVSIGNALS \
-DRELEASE=210
LDFLAGS = -R$(OPENWINHOME)/lib -L$(OPENWINHOME)/lib -lX11 -lc -lm -lsocket -lnsl