Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 20:42:18 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 88196 for review
Message-ID:  <200512142042.jBEKgIls089778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=88196

Change 88196 by soc-andrew@soc-andrew_serv on 2005/12/14 20:42:13

	Do not build floppies for the BSD Installer as they will not work yet.

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#21 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#21 (text+ko) ====

@@ -225,7 +225,7 @@
 MFSLABEL=		auto
 SEPARATE_LIVEFS=
 .endif
-.if defined(NO_FLOPPIES)
+.if defined(NO_FLOPPIES) || defined(BSDINSTALLER)
 .undef MAKE_FLOPPIES
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512142042.jBEKgIls089778>