Author: gjb
Date: Wed Sep  4 18:20:24 2013
New Revision: 255209
URL: http://svnweb.freebsd.org/changeset/base/255209

Log:
  Reduce the disc1.iso image size by setting WITHOUT_CLANG=1 for the
  'system' target.  Since clang is not enabled by default for releng/9.2,
  this has no user visible changes by default.
  
  This brings 9.2-R* well enough below the 700MB mark so that we do not
  need to be concerned with it fitting on standard CD-ROM medium.
  
  This is a direct commit to releng/9.2, pending further review for head/
  and stable/9/.
  
  Discussed with:       delphij, hrs
  Approved by:  re (marius)
  Sponsored by: The FreeBSD Foundation

Modified:
  releng/9.2/release/Makefile

Modified: releng/9.2/release/Makefile
==============================================================================
--- releng/9.2/release/Makefile Wed Sep  4 17:48:41 2013        (r255208)
+++ releng/9.2/release/Makefile Wed Sep  4 18:20:24 2013        (r255209)
@@ -122,7 +122,8 @@ system: packagesystem
 # Install system
        mkdir -p release
        cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
-           DESTDIR=${.OBJDIR}/release WITHOUT_RESCUE=1 WITHOUT_KERNEL_SYMBOLS=1
+           DESTDIR=${.OBJDIR}/release WITHOUT_RESCUE=1 
WITHOUT_KERNEL_SYMBOLS=1 \
+               WITHOUT_CLANG=1
 # Copy distfiles
        mkdir -p release/usr/freebsd-dist
        cp *.txz MANIFEST release/usr/freebsd-dist
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to