From owner-svn-src-head@FreeBSD.ORG Sun Jul 7 21:01:08 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 20C6E14B; Sun, 7 Jul 2013 21:01:08 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ye0-x22f.google.com (mail-ye0-x22f.google.com [IPv6:2607:f8b0:4002:c04::22f]) by mx1.freebsd.org (Postfix) with ESMTP id ACC38167D; Sun, 7 Jul 2013 21:01:07 +0000 (UTC) Received: by mail-ye0-f175.google.com with SMTP id q8so1451012yen.34 for ; Sun, 07 Jul 2013 14:01:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=ub32QaFqIo58U6Xr1+9aH+gInBfH8XEW1C0Yz3hk4aI=; b=m6AOlX3yGMsuuuziLJzVXCG7MuIaMt1ngGV47cGkfdUZLQW7H0OxpLkBeXP6kZzPub M967xP25ryCHGVPqCLqJzDQhc3qByHAVbyDh2+CWqZ4Xb/nNRhkR9F0pB8qXovCLeavq O7kPbfpNcEyRNsaX8VOovu/lDSnc9EPITEQ9+wxXoBZsqDnPNgPm+w6xOlDW3KrKyUre R7oc1aA0j27jTNQcrdjH27jIEEgr7pdxvBaPCXBSjb914oYAi106Nt9VWgNkikJ4UmPg 6AJ5PBYxegsK4Sxxz7G392+XmbaZYwnNVN4Qv1l7Ot2/JTMdXfuQwYdup4hwXLhos8/t g2Iw== X-Received: by 10.236.6.138 with SMTP id 10mr10652637yhn.137.1373230867237; Sun, 07 Jul 2013 14:01:07 -0700 (PDT) Received: from [10.81.248.182] (mobile-166-147-109-067.mycingular.net. [166.147.109.67]) by mx.google.com with ESMTPSA id a62sm31688910yhk.4.2013.07.07.14.01.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 07 Jul 2013 14:01:06 -0700 (PDT) References: <201307072039.r67KdCdR028908@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201307072039.r67KdCdR028908@svn.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <9D4C7540-A3B0-45E5-8219-6A455D41DF70@gmail.com> X-Mailer: iPhone Mail (10B329) From: Garrett Cooper Subject: Re: svn commit: r253002 - head Date: Sun, 7 Jul 2013 14:01:01 -0700 To: Alfred Perlstein Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2013 21:01:08 -0000 Why the magic number 12? Sent from my iPhone On Jul 7, 2013, at 1:39 PM, Alfred Perlstein wrote: > Author: alfred > Date: Sun Jul 7 20:39:11 2013 > New Revision: 253002 > URL: http://svnweb.freebsd.org/changeset/base/253002 >=20 > Log: > Document tip on how to build all kernels quickly. >=20 > Modified: > head/Makefile >=20 > Modified: head/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/Makefile Sun Jul 7 19:58:14 2013 (r253001) > +++ head/Makefile Sun Jul 7 20:39:11 2013 (r253002) > @@ -32,6 +32,12 @@ > # targets - Print a list of supported TARGET/TARGET_ARCH pairs= > # for world and kernel targets. > # toolchains - Build a toolchain for all world and kernel targets= . > +#=20 > +# "quick" way to test all kernel builds: > +# _jflag=3D`sysctl -n hw.ncpu` > +# _jflag=3D$(($_jflag * 2)) > +# [ $_jflag -gt 12 ] && _jflag=3D12 > +# make universe -DMAKE_JUST_KERNELS JFLAG=3D${jflag} > # > # This makefile is simple by design. The FreeBSD make automatically reads > # the /usr/share/mk/sys.mk unless the -m argument is specified on the > _______________________________________________ > svn-src-head@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"