platform-build-fixes-20060801
authorRuss Allbery <rra@stanford.edu>
Tue, 1 Aug 2006 22:27:17 +0000 (22:27 +0000)
committerRuss Allbery <rra@stanford.edu>
Tue, 1 Aug 2006 22:27:17 +0000 (22:27 +0000)
Add dummy makefiles for all the other supported architectures and fix a
few issues with makefile inclusion in the Makefile.in and
DARWIN/Makefile.in.

src/platform/AIX/Makefile.in [new file with mode: 0644]
src/platform/DARWIN/Makefile.in
src/platform/FBSD/Makefile.in [new file with mode: 0644]
src/platform/HPUX/Makefile.in [new file with mode: 0644]
src/platform/IRIX/Makefile.in [new file with mode: 0644]
src/platform/LINUX/Makefile.in [new file with mode: 0644]
src/platform/Makefile.in
src/platform/NBSD/Makefile.in [new file with mode: 0644]
src/platform/OBSD/Makefile.in [new file with mode: 0644]
src/platform/SOLARIS/Makefile.in [new file with mode: 0644]

diff --git a/src/platform/AIX/Makefile.in b/src/platform/AIX/Makefile.in
new file mode 100644 (file)
index 0000000..39ed2af
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+SHELL=/bin/sh
+
+# We have no platform-specific stuff for this platform (yet).
+all:
+install:
+dest:
+clean:
index 22ea6be..42b2bcf 100644 (file)
@@ -7,7 +7,7 @@
 
 srcdir=@srcdir@
 include @TOP_OBJDIR@/src/config/Makefile.config
-include ../config/Makefile.version
+include ../../config/Makefile.version
 
 all: afssettings
 
diff --git a/src/platform/FBSD/Makefile.in b/src/platform/FBSD/Makefile.in
new file mode 100644 (file)
index 0000000..39ed2af
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+SHELL=/bin/sh
+
+# We have no platform-specific stuff for this platform (yet).
+all:
+install:
+dest:
+clean:
diff --git a/src/platform/HPUX/Makefile.in b/src/platform/HPUX/Makefile.in
new file mode 100644 (file)
index 0000000..39ed2af
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+SHELL=/bin/sh
+
+# We have no platform-specific stuff for this platform (yet).
+all:
+install:
+dest:
+clean:
diff --git a/src/platform/IRIX/Makefile.in b/src/platform/IRIX/Makefile.in
new file mode 100644 (file)
index 0000000..39ed2af
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+SHELL=/bin/sh
+
+# We have no platform-specific stuff for this platform (yet).
+all:
+install:
+dest:
+clean:
diff --git a/src/platform/LINUX/Makefile.in b/src/platform/LINUX/Makefile.in
new file mode 100644 (file)
index 0000000..39ed2af
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+SHELL=/bin/sh
+
+# We have no platform-specific stuff for this platform (yet).
+all:
+install:
+dest:
+clean:
index f5f14bc..1885253 100644 (file)
@@ -6,8 +6,10 @@
 # directory or online at http://www.openafs.org/dl/license10.html
 
 # Common elements for Makefiles for all system types.
-#
-SHELL=/bin/sh
+
+srcdir=@srcdir@
+include @TOP_OBJDIR@/src/config/Makefile.config
+include ../config/Makefile.version
 
 all:
        cd $(MKAFS_OSTYPE) ; \
@@ -22,5 +24,3 @@ install:
        echo $(MAKE) DESTDIR=${DESTDIR} install; \
        $(MAKE) DESTDIR=${DESTDIR} install
 
-
-include ${TOP_OBJDIR}/src/config/Makefile.version
diff --git a/src/platform/NBSD/Makefile.in b/src/platform/NBSD/Makefile.in
new file mode 100644 (file)
index 0000000..39ed2af
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+SHELL=/bin/sh
+
+# We have no platform-specific stuff for this platform (yet).
+all:
+install:
+dest:
+clean:
diff --git a/src/platform/OBSD/Makefile.in b/src/platform/OBSD/Makefile.in
new file mode 100644 (file)
index 0000000..39ed2af
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+SHELL=/bin/sh
+
+# We have no platform-specific stuff for this platform (yet).
+all:
+install:
+dest:
+clean:
diff --git a/src/platform/SOLARIS/Makefile.in b/src/platform/SOLARIS/Makefile.in
new file mode 100644 (file)
index 0000000..39ed2af
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+SHELL=/bin/sh
+
+# We have no platform-specific stuff for this platform (yet).
+all:
+install:
+dest:
+clean: