6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
634992f447 | ||
|
|
9f4e02e618 | ||
|
|
63286f6576 | ||
|
|
b448274c97 | ||
|
|
85ebee471b | ||
|
|
9d141fe861 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
634992f447 |
*.mk: Prefix non-env C/C++ flags with BUILD_
Prefix all CFLAGS / CPPFLAGS / LDFLAGS with BUILD_ to distinguish them from flags read from the environment (and getting longer and longer with +=). |
||
|
|
9f4e02e618 | make: Replace sed by $(SED) | ||
|
|
63286f6576 | ldlibpath.mk: Prepending PATH with paths from EXE_SEARCH_PATH | ||
|
|
b448274c97 |
run.mk: LD_LIBRARY_PATH and DLL_PATH -> ldlibpath.mk
Centralize all generation of LD_LIBRARY_PATH and DLL_PATH in ldlibpath.mk. |
||
|
|
85ebee471b | ldlibpath.mk: Use NEW_LD_LIB_PATH as default for LD_LIBRARY_PATH | ||
|
|
9d141fe861 |
exe.mk: Split defs and rules -> ldlibpath.mk, rules.mk
Push LD_LIBRARY_PATH defs from exe.mk into ldlibpath.mk, and rules into rules.mk. |