For DG/UX, rename its OS_ARCH fro "dgux" to "DGUX".

dgux.mk is also renamed DGUX.mk.


git-svn-id: svn://10.0.0.236/trunk@9963 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 1998-09-13 04:18:06 +00:00
parent b4549fd4bb
commit 4541f18760
6 changed files with 7 additions and 4 deletions

View File

@ -36,6 +36,9 @@ endif
ifeq ($(OS_ARCH),BSD_386)
OS_ARCH := BSD_OS
endif
ifeq ($(OS_ARCH),dgux)
OS_ARCH := DGUX
endif
ifeq ($(OS_ARCH),IRIX64)
OS_ARCH := IRIX
endif

View File

@ -212,7 +212,7 @@ ifeq ($(OS_ARCH),BSD_OS)
EXTRA_LIBS = -ldl
endif
ifeq ($(OS_ARCH),dgux)
ifeq ($(OS_ARCH),DGUX)
EXTRA_LIBS = -lsocket -lnsl -ldl
endif

View File

@ -107,7 +107,7 @@ ifeq ($(OS_ARCH),NCR)
MDCPUCFG_H = _ncr.cfg
endif
ifeq ($(OS_ARCH),dgux)
ifeq ($(OS_ARCH),DGUX)
MDCPUCFG_H = _dgux.cfg
endif

View File

@ -167,7 +167,7 @@ endif
ifeq ($(OS_ARCH),SCOOS)
CSRCS += $(SCOOS_CSRCS)
endif
ifeq ($(OS_ARCH),dgux)
ifeq ($(OS_ARCH),DGUX)
CSRCS += $(DGUX_CSRCS)
endif

View File

@ -160,7 +160,7 @@ endif
ifeq ($(OS_ARCH),SCOOS)
CSRCS += $(SCOOS_CSRCS)
endif
ifeq ($(OS_ARCH),dgux)
ifeq ($(OS_ARCH),DGUX)
CSRCS += $(DGUX_CSRCS)
endif