summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-09-13 04:18:06 +0000
committerwtc%netscape.com <devnull@localhost>1998-09-13 04:18:06 +0000
commit24ca1a409762c560fe69279224335b7232476932 (patch)
treeff4492fb7ce2e13e538b16eaf1d93c36d3dc3f9e
parent8604e18c83b38abe56f96583148e9097a2d3701f (diff)
downloadnspr-hg-24ca1a409762c560fe69279224335b7232476932.tar.gz
For DG/UX, rename its OS_ARCH fro "dgux" to "DGUX".
dgux.mk is also renamed DGUX.mk.
-rw-r--r--config/DGUX.mk (renamed from config/dgux.mk)0
-rw-r--r--config/arch.mk3
-rw-r--r--lib/msgc/tests/Makefile2
-rw-r--r--pr/include/md/Makefile2
-rw-r--r--pr/src/md/unix/Makefile2
-rw-r--r--pr/src/md/unix/objs.mk2
6 files changed, 7 insertions, 4 deletions
diff --git a/config/dgux.mk b/config/DGUX.mk
index 67f966bd..67f966bd 100644
--- a/config/dgux.mk
+++ b/config/DGUX.mk
diff --git a/config/arch.mk b/config/arch.mk
index aee7e3ae..ac3ab517 100644
--- a/config/arch.mk
+++ b/config/arch.mk
@@ -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
diff --git a/lib/msgc/tests/Makefile b/lib/msgc/tests/Makefile
index fd79af35..7ede0d52 100644
--- a/lib/msgc/tests/Makefile
+++ b/lib/msgc/tests/Makefile
@@ -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
diff --git a/pr/include/md/Makefile b/pr/include/md/Makefile
index db9289d2..afb752ea 100644
--- a/pr/include/md/Makefile
+++ b/pr/include/md/Makefile
@@ -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
diff --git a/pr/src/md/unix/Makefile b/pr/src/md/unix/Makefile
index a82ed0ef..3615aabd 100644
--- a/pr/src/md/unix/Makefile
+++ b/pr/src/md/unix/Makefile
@@ -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
diff --git a/pr/src/md/unix/objs.mk b/pr/src/md/unix/objs.mk
index 9fb3e7ff..315a6e29 100644
--- a/pr/src/md/unix/objs.mk
+++ b/pr/src/md/unix/objs.mk
@@ -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