summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2015-11-18 12:07:32 -0800
committerRich Felker <dalias@aerifal.cx>2016-01-17 16:34:43 -0500
commit2f853dd6b9a95d5b13ee8f9df762125e0588df5d (patch)
treea22fad94d42ca277ee5d5357a049f2f2876d1cac /.gitignore
parentd5f8394f6ea9549607567bd92de12a2446c15614 (diff)
downloadmusl-2f853dd6b9a95d5b13ee8f9df762125e0588df5d.tar.gz
support out-of-tree build
this change adds support for building musl outside of the source tree. the implementation is similar to autotools where running configure in a different directory creates config.mak in the current working directory and symlinks the makefile, which contains the logic for creating all necessary directories and resolving paths relative to the source directory. to support both in-tree and out-of-tree builds with implicit make rules, all object files are now placed into a separate directory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index c5d5c462..2cb88d4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,9 +5,6 @@
*.so.1
arch/*/bits/alltypes.h
config.mak
-include/bits
-tools/musl-gcc
-tools/musl-clang
-tools/ld.musl-clang
lib/musl-gcc.specs
src/internal/version.h
+/obj/