search for: bootstrap_minim

Displaying 1 result from an estimated 1 matches for "bootstrap_minim".

2010 Oct 23
1
[PATCH] Make appliance-building work on systems with default library search paths differing from the appliance's
...D_LIBRARY_PATH @FEBOOTSTRAP_RUN@ "$@" + } + + xargs0_bootstrap_run() + { + LD_LIBRARY_PATH=$BOOT_LD_LIBRARY_PATH xargs -0 @FEBOOTSTRAP_RUN@ "$@" + } + + xargs_bootstrap_run() + { + LD_LIBRARY_PATH=$BOOT_LD_LIBRARY_PATH xargs @FEBOOTSTRAP_RUN@ "$@" + } + + bootstrap_minimize() + { + LD_LIBRARY_PATH=$BOOT_LD_LIBRARY_PATH @FEBOOTSTRAP_MINIMIZE@ "$@" + } + cd @top_builddir@ # Decide on names for the final output. These have to match Makefile.am. output=appliance/initramfs. at REPO@. at host_cpu@.img @@ -44,45 +71,45 @@ if [ "@DIST@" =...