aboutsummaryrefslogtreecommitdiff
path: root/unix/make
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-18 20:21:24 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-18 20:21:24 +0100
commit181d56ee64da53279bb6ecf49c24ab54cfb7193f (patch)
treefc6c8736bb97790a257c5514998c583ffce7c41c /unix/make
parent94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14 (diff)
parent90971376a5e8620fc62579aa1b3be26245ec8c06 (diff)
downloadplan9port-master.tar.gz
plan9port-master.tar.bz2
plan9port-master.zip
Merge remote-tracking branch 'upstream/master'HEADmaster
Diffstat (limited to 'unix/make')
-rw-r--r--unix/make/Make.Darwin (renamed from unix/make/Make.Darwin-386)0
-rw-r--r--unix/make/Make.Darwin-PowerMacintosh7
-rw-r--r--unix/make/Make.FreeBSD (renamed from unix/make/Make.FreeBSD-386)0
-rw-r--r--unix/make/Make.HP-UX (renamed from unix/make/Make.HP-UX-9000)0
-rw-r--r--unix/make/Make.Linux (renamed from unix/make/Make.Linux-x86_64)0
-rw-r--r--unix/make/Make.Linux-3866
-rw-r--r--unix/make/Make.Linux-power6
-rw-r--r--unix/make/Make.NetBSD (renamed from unix/make/Make.NetBSD-386)0
-rw-r--r--unix/make/Make.OSF1 (renamed from unix/make/Make.OSF1-alpha)0
-rw-r--r--unix/make/Make.OpenBSD (renamed from unix/make/Make.OpenBSD-386)0
-rw-r--r--unix/make/Make.SunOS2
-rw-r--r--unix/make/Make.SunOS-cc (renamed from unix/make/Make.SunOS-sun4u-cc)0
-rw-r--r--unix/make/Make.SunOS-gcc (renamed from unix/make/Make.SunOS-sun4u-gcc)0
-rw-r--r--unix/make/Make.SunOS-sun4u2
-rw-r--r--unix/make/Makefile.TOP4
15 files changed, 3 insertions, 24 deletions
diff --git a/unix/make/Make.Darwin-386 b/unix/make/Make.Darwin
index 21ede6f2..21ede6f2 100644
--- a/unix/make/Make.Darwin-386
+++ b/unix/make/Make.Darwin
diff --git a/unix/make/Make.Darwin-PowerMacintosh b/unix/make/Make.Darwin-PowerMacintosh
deleted file mode 100644
index 21ede6f2..00000000
--- a/unix/make/Make.Darwin-PowerMacintosh
+++ /dev/null
@@ -1,7 +0,0 @@
-CC=gcc
-CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I${PREFIX}/include
-O=o
-AR=ar
-ARFLAGS=rvc
-NAN=nan64.$O
-RANLIB=ranlib
diff --git a/unix/make/Make.FreeBSD-386 b/unix/make/Make.FreeBSD
index 87aa579f..87aa579f 100644
--- a/unix/make/Make.FreeBSD-386
+++ b/unix/make/Make.FreeBSD
diff --git a/unix/make/Make.HP-UX-9000 b/unix/make/Make.HP-UX
index edbdc111..edbdc111 100644
--- a/unix/make/Make.HP-UX-9000
+++ b/unix/make/Make.HP-UX
diff --git a/unix/make/Make.Linux-x86_64 b/unix/make/Make.Linux
index 1fadb5f8..1fadb5f8 100644
--- a/unix/make/Make.Linux-x86_64
+++ b/unix/make/Make.Linux
diff --git a/unix/make/Make.Linux-386 b/unix/make/Make.Linux-386
deleted file mode 100644
index c1dc4109..00000000
--- a/unix/make/Make.Linux-386
+++ /dev/null
@@ -1,6 +0,0 @@
-CC=gcc
-CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
-O=o
-AR=ar
-ARFLAGS=rvc
-NAN=nan64.$O
diff --git a/unix/make/Make.Linux-power b/unix/make/Make.Linux-power
deleted file mode 100644
index c1dc4109..00000000
--- a/unix/make/Make.Linux-power
+++ /dev/null
@@ -1,6 +0,0 @@
-CC=gcc
-CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
-O=o
-AR=ar
-ARFLAGS=rvc
-NAN=nan64.$O
diff --git a/unix/make/Make.NetBSD-386 b/unix/make/Make.NetBSD
index 87aa579f..87aa579f 100644
--- a/unix/make/Make.NetBSD-386
+++ b/unix/make/Make.NetBSD
diff --git a/unix/make/Make.OSF1-alpha b/unix/make/Make.OSF1
index 3d45279b..3d45279b 100644
--- a/unix/make/Make.OSF1-alpha
+++ b/unix/make/Make.OSF1
diff --git a/unix/make/Make.OpenBSD-386 b/unix/make/Make.OpenBSD
index 87aa579f..87aa579f 100644
--- a/unix/make/Make.OpenBSD-386
+++ b/unix/make/Make.OpenBSD
diff --git a/unix/make/Make.SunOS b/unix/make/Make.SunOS
new file mode 100644
index 00000000..a306597b
--- /dev/null
+++ b/unix/make/Make.SunOS
@@ -0,0 +1,2 @@
+include Make.SunOS-$(CC)
+NAN=nan64.$O
diff --git a/unix/make/Make.SunOS-sun4u-cc b/unix/make/Make.SunOS-cc
index 829301de..829301de 100644
--- a/unix/make/Make.SunOS-sun4u-cc
+++ b/unix/make/Make.SunOS-cc
diff --git a/unix/make/Make.SunOS-sun4u-gcc b/unix/make/Make.SunOS-gcc
index 5c415948..5c415948 100644
--- a/unix/make/Make.SunOS-sun4u-gcc
+++ b/unix/make/Make.SunOS-gcc
diff --git a/unix/make/Make.SunOS-sun4u b/unix/make/Make.SunOS-sun4u
deleted file mode 100644
index c5fe67b8..00000000
--- a/unix/make/Make.SunOS-sun4u
+++ /dev/null
@@ -1,2 +0,0 @@
-include Make.SunOS-sun4u-$(CC)
-NAN=nan64.$O
diff --git a/unix/make/Makefile.TOP b/unix/make/Makefile.TOP
index 516937e0..5feb1d47 100644
--- a/unix/make/Makefile.TOP
+++ b/unix/make/Makefile.TOP
@@ -1,18 +1,16 @@
# this works in gnu make
SYSNAME:=${shell uname}
-OBJTYPE:=${shell uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g'}
# this works in bsd make
SYSNAME!=uname
-OBJTYPE!=uname -m | sed 's;i.86;386;; s;amd64;x864_64;; s;/.*;;; s; ;;g'
# the gnu rules will mess up bsd but not vice versa,
# hence the gnu rules come first.
RANLIB=true
-include Make.$(SYSNAME)-$(OBJTYPE)
+include Make.$(SYSNAME)
PREFIX=/usr/local