Lines Matching +full:- +full:- +full:exclude

1 // -*- mode:doc; -*-
9 +output/build/<package>-<version>+, which is a temporary directory:
11 re-created at the next +make+ invocation. Even when a Git or
16 This behavior is well-suited when Buildroot is used mainly as an
24 Making changes directly in +output/build/<package>-<version>+ is not
36 +local.mk+ by default lives side-by-side with the +.config+ file,
39 * In the top-level Buildroot source directory for in-tree builds
41 * In the out-of-tree directory for out-of-tree builds (i.e., when
50 ------------------
53 ------------------
57 ------------------
60 ------------------
70 +<pkg>_OVERRIDE_SRCDIR+ to +output/build/<package>-custom/+.
73 <pkg>-rebuild+ and +make <pkg>-reconfigure+ targets. A +make
74 <pkg>-rebuild all+ sequence will _rsync_ the source code from
75 +<pkg>_OVERRIDE_SRCDIR+ to +output/build/<package>-custom+ (thanks to
82 -----------------------
83 make linux-rebuild all
84 -----------------------
90 -----------------------
91 make busybox-rebuild all
92 -----------------------
102 package, the following will exclude the tests and in-tree builds from
105 ------------------
108 --exclude JSTests --exclude ManualTests --exclude PerformanceTests \
109 --exclude WebDriverTests --exclude WebKitBuild --exclude WebKitLibraries \
110 --exclude WebKit.xcworkspace --exclude Websites --exclude Examples
111 ------------------
116 commit reference for version information. To undo this built-in filtering at a
119 ------------------
120 LINUX_OVERRIDE_SRCDIR_RSYNC_EXCLUSIONS = --include .git
121 ------------------