mirror of
git://git.musl-libc.org/musl
synced 2024-12-17 04:05:05 +00:00
2f853dd6b9
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.
11 lines
107 B
Plaintext
11 lines
107 B
Plaintext
*.o
|
|
*.lo
|
|
*.a
|
|
*.so
|
|
*.so.1
|
|
arch/*/bits/alltypes.h
|
|
config.mak
|
|
lib/musl-gcc.specs
|
|
src/internal/version.h
|
|
/obj/
|