[Midnightbsd-cvs] src: Makefile: remove unused architectures
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 25 22:54:03 EDT 2008
Log Message:
-----------
remove unused architectures
Tags:
----
RELENG_0_2
Modified Files:
--------------
src/release:
Makefile (r1.17.2.3 -> r1.17.2.4)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/release/Makefile,v
retrieving revision 1.17.2.3
retrieving revision 1.17.2.4
diff -L release/Makefile -L release/Makefile -u -r1.17.2.3 -r1.17.2.4
--- release/Makefile
+++ release/Makefile
@@ -28,7 +28,7 @@
#
#CHROOTDIR=/junk/release
# If this is a -stable snapshot, then set
-#RELEASETAG=RELENG_4
+#RELEASETAG=RELENG_0_2
#
# To test a release with a source tree containing patches and
# other work. This tree will get copied instead of getting the
@@ -198,11 +198,6 @@
MFSINODE= 8192
MFSLABEL= auto
MINIROOT=
-.elif ${TARGET_ARCH} == "ia64"
-MFSSIZE= 8192
-MFSINODE= 8192
-MFSLABEL= auto
-SEPARATE_LIVEFS=
.elif ${TARGET_ARCH} == "amd64"
MAKE_FLOPPIES= true
FLOPPYSIZE= 1440
@@ -214,12 +209,6 @@
MFSINODE= 8192
MFSLABEL= auto
SPLIT_MFSROOT=
-.elif ${TARGET_ARCH} == "powerpc"
-DISKLABEL= ""
-MFSSIZE= 4096
-MFSINODE= 8192
-MFSLABEL= auto
-SEPARATE_LIVEFS=
.endif
.if defined(NO_FLOPPIES)
.undef MAKE_FLOPPIES
More information about the Midnightbsd-cvs
mailing list