From 6d2d51974af122bdfe6eb82f355e270cd66c48af Mon Sep 17 00:00:00 2001 From: konablend Date: Wed, 4 Mar 2009 00:54:53 +0000 Subject: BuildSystem: darwin - made Xcode external targets consistent for each configuration. - shunted terminal NAME=VALUE vars through xcodebuild. - folded macosx/module.xcode shunt functions into single. - added new report target to show a single var; eg: make report.var NAME=GCC.gcc . BuildSystem: darwin ppc - fixed configure on ppc host: correctly identify native architecture. - fixed configure to be more resilient when svn probes fail. - fixed configure to show error output for svn probes. BuildSystme: xcode - added external target 'external' to represent 'all things in external system' which is slight more than what 'libhb' might represent. - added doc section Building.osx: External Targets . git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2214 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 00-Building.cygwin.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '00-Building.cygwin.txt') diff --git a/00-Building.cygwin.txt b/00-Building.cygwin.txt index b0c571736..dca7d9064 100644 --- a/00-Building.cygwin.txt +++ b/00-Building.cygwin.txt @@ -1,4 +1,4 @@ -Guide to Building HandBrake svn2204 (2009030201) on Cygwin +Guide to Building HandBrake svn2213 (2009030301) on Cygwin ********************************************************** Table of Contents @@ -240,14 +240,18 @@ period. Build main product. All necessary dependencies are also built if required. +`make clean' + Clean all build output excluding contrib modules. Configuration is + retained. + `make install' Perform final product(s) install. This will install build products to a standard directory or one specified via `configure --prefix' option. -`make clean' - Clean all build output excluding contrib modules. Configuration is - retained. +`make uninstall' + Perform final product(s) uninstall. This will uninstall any + products which may have been previously installed. `make xclean' Clean all build output including contrib modules. Configuration is -- cgit v1.2.3