Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2009 00:36:11 +0100
From:      Luigi Rizzo <rizzo@iet.unipi.it>
To:        current@freebsd.org
Subject:   quickly build a single program ? (was KERNCONF and KERNFAST related)
Message-ID:  <20090123233611.GA58363@onelab2.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
how hard would it be to modify the build scripts so that they only try
to rebuild a single program from a tree where you already made a buildworld ?

i usually do modifications to a single program at a time and
it is slightly annoying to wait for the build process to scan
through all the already-built programs to find there is nothing
to do for them.

I guess one would have to override SUBDIR in the main Makefile.inc1,
and then again in the children Makefiles, taking each time the next
component of the filename...

	cheers
	luigi



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