Commit graph

6 commits

Author SHA1 Message Date
Jan Lindemann
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 +=).
2012-02-04 16:48:58 +00:00
Jan Lindemann
9f4e02e618 make: Replace sed by $(SED) 2012-02-04 10:59:02 +00:00
Jan Lindemann
63286f6576 ldlibpath.mk: Prepending PATH with paths from EXE_SEARCH_PATH 2010-11-20 16:04:01 +00:00
Jan Lindemann
b448274c97 run.mk: LD_LIBRARY_PATH and DLL_PATH -> ldlibpath.mk
Centralize all generation of LD_LIBRARY_PATH and DLL_PATH in
ldlibpath.mk.
2009-06-29 14:56:58 +00:00
Jan Lindemann
85ebee471b ldlibpath.mk: Use NEW_LD_LIB_PATH as default for LD_LIBRARY_PATH 2007-08-18 20:32:39 +00:00
Jan Lindemann
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.
2005-06-28 13:52:44 +00:00