Searched hist:"6615 d6c3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | 6615d6c3 Fri Apr 12 07:12:50 CDT 2013 Michal Marek <mmarek@suse.cz> rpm-pkg: Do not package the whole source directory
The source tree can contain lots of uninteresting data like tag or cscope files, packaging which slows down make rpm needlessly. It can also break the build, if the tree contains an unrelated file named *.spec. The downside of this change is that new subdirectories have to be added to the KBUILD_ALLDIRS variable in the top-level Makefile. The upside is that the behavior is more predictable.
Signed-off-by: Michal Marek <mmarek@suse.cz>
|