[klibc] [PATCH] kbuild/klibc: kill usr/klibc/arch/$(ARCH)/Makefile.inc

sam at ravnborg.org sam at ravnborg.org
Mon Jul 10 11:29:25 PDT 2006


From: Sam Ravnborg <sam at mars.ravnborg.org>

Makefile.inc was no longer used so get rid of it.

Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
---
 usr/klibc/Kbuild                    |    4 ----
 usr/klibc/arch/alpha/Makefile.inc   |    8 --------
 usr/klibc/arch/arm/Makefile.inc     |    8 --------
 usr/klibc/arch/cris/Makefile.inc    |    8 --------
 usr/klibc/arch/i386/Makefile.inc    |    9 ---------
 usr/klibc/arch/ia64/Makefile.inc    |    8 --------
 usr/klibc/arch/m32r/Makefile.inc    |    8 --------
 usr/klibc/arch/m68k/Makefile.inc    |    8 --------
 usr/klibc/arch/mips/Makefile.inc    |    8 --------
 usr/klibc/arch/mips64/Makefile.inc  |    8 --------
 usr/klibc/arch/parisc/Makefile.inc  |    8 --------
 usr/klibc/arch/ppc/Makefile.inc     |    8 --------
 usr/klibc/arch/ppc64/Makefile.inc   |    8 --------
 usr/klibc/arch/s390/Makefile.inc    |    8 --------
 usr/klibc/arch/sh/Makefile.inc      |    8 --------
 usr/klibc/arch/sparc/Makefile.inc   |    8 --------
 usr/klibc/arch/sparc64/Makefile.inc |    8 --------
 usr/klibc/arch/x86_64/Makefile.inc  |    5 -----
 18 files changed, 0 insertions(+), 138 deletions(-)

diff --git a/usr/klibc/Kbuild b/usr/klibc/Kbuild
index 0f4eadf..c2bfd2f 100644
--- a/usr/klibc/Kbuild
+++ b/usr/klibc/Kbuild
@@ -63,10 +63,6 @@ # arch specific .o files
 klib-y += arch/$(KLIBCARCHDIR)/
 
 #####
-# Add any architecture-specific rules
-include $(obj)/arch/$(KLIBCARCHDIR)/Makefile.inc
-
-#####
 # Shared definitions
 LIBC     := libc.a
 SOLIB    := libc.so
diff --git a/usr/klibc/arch/alpha/Makefile.inc b/usr/klibc/arch/alpha/Makefile.inc
deleted file mode 100644
index 5442c42..0000000
--- a/usr/klibc/arch/alpha/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/alpha/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/arm/Makefile.inc b/usr/klibc/arch/arm/Makefile.inc
deleted file mode 100644
index 06329b2..0000000
--- a/usr/klibc/arch/arm/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/arm/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/cris/Makefile.inc b/usr/klibc/arch/cris/Makefile.inc
deleted file mode 100644
index 8e6e319..0000000
--- a/usr/klibc/arch/cris/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/cris/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/i386/Makefile.inc b/usr/klibc/arch/i386/Makefile.inc
deleted file mode 100644
index 27a6e67..0000000
--- a/usr/klibc/arch/i386/Makefile.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- makefile -*-
-#
-# arch/i386/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
-
diff --git a/usr/klibc/arch/ia64/Makefile.inc b/usr/klibc/arch/ia64/Makefile.inc
deleted file mode 100644
index 9d3748c..0000000
--- a/usr/klibc/arch/ia64/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/ia64/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/m32r/Makefile.inc b/usr/klibc/arch/m32r/Makefile.inc
deleted file mode 100644
index 5664cd0..0000000
--- a/usr/klibc/arch/m32r/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/m32r/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/m68k/Makefile.inc b/usr/klibc/arch/m68k/Makefile.inc
deleted file mode 100644
index 1a30fa7..0000000
--- a/usr/klibc/arch/m68k/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/m68k/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/mips/Makefile.inc b/usr/klibc/arch/mips/Makefile.inc
deleted file mode 100644
index 9c1b1f8..0000000
--- a/usr/klibc/arch/mips/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/mips/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/mips64/Makefile.inc b/usr/klibc/arch/mips64/Makefile.inc
deleted file mode 100644
index aa70319..0000000
--- a/usr/klibc/arch/mips64/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/mips64/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/parisc/Makefile.inc b/usr/klibc/arch/parisc/Makefile.inc
deleted file mode 100644
index 0df4e2a..0000000
--- a/usr/klibc/arch/parisc/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/parisc/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/ppc/Makefile.inc b/usr/klibc/arch/ppc/Makefile.inc
deleted file mode 100644
index e04316f..0000000
--- a/usr/klibc/arch/ppc/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/ppc/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/ppc64/Makefile.inc b/usr/klibc/arch/ppc64/Makefile.inc
deleted file mode 100644
index 403eb01..0000000
--- a/usr/klibc/arch/ppc64/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/ppc64/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/s390/Makefile.inc b/usr/klibc/arch/s390/Makefile.inc
deleted file mode 100644
index 842df49..0000000
--- a/usr/klibc/arch/s390/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/s390/Makefile.inc
-#
-# Special rules for this architecture. Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/sh/Makefile.inc b/usr/klibc/arch/sh/Makefile.inc
deleted file mode 100644
index c58f605..0000000
--- a/usr/klibc/arch/sh/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/sh/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/sparc/Makefile.inc b/usr/klibc/arch/sparc/Makefile.inc
deleted file mode 100644
index 54bb6e1..0000000
--- a/usr/klibc/arch/sparc/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/sparc/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/sparc64/Makefile.inc b/usr/klibc/arch/sparc64/Makefile.inc
deleted file mode 100644
index e6fb346..0000000
--- a/usr/klibc/arch/sparc64/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- makefile -*-
-#
-# arch/sparc64/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
diff --git a/usr/klibc/arch/x86_64/Makefile.inc b/usr/klibc/arch/x86_64/Makefile.inc
deleted file mode 100644
index 93346a2..0000000
--- a/usr/klibc/arch/x86_64/Makefile.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-# arch/x86_64/Makefile.inc
-#
-# Special rules for this architecture.  Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-- 
1.4.1.rc2.gfc04



More information about the klibc mailing list