From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Thu, 15 Oct 2009 13:35:25 +0100 Subject: [Buildroot] Missing 'make install' option ? In-Reply-To: <1255603908.3933.5.camel@sven> References: <4AD6ED89.6020902@mimc.co.uk> <1255601357.3933.4.camel@sven> <4AD6F907.6070106@mimc.co.uk> <1255603908.3933.5.camel@sven> Message-ID: <4AD7170D.8080706@mimc.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Sven Neumann wrote: > On Thu, 2009-10-15 at 11:27 +0100, Mark Jackson wrote: > >> A sort of 'make install' which would:- >> >> (a) delete the output/target contents >> (b) copy target_skeleton to output/target >> (c) run 'make install' on all selected packages (re-compiling if required) > > I would certainly not expect 'make install' to delete anything. Okay ... so maybe the name is wrong ... something like:- make target-clean; make target ??