Remake
|
Functions | |
void | init_working_dir () |
static std::string | normalize_abs (std::string const &s) |
static std::string | normalize (std::string const &s) |
static void | normalize_list (string_list &l) |
void init_working_dir | ( | ) |
|
static |
Normalize a target name.
Definition at line 814 of file remake.cpp.
Referenced by main(), and normalize_list().
|
static |
Normalize an absolute path with respect to the working directory. Paths outside the working subtree are left unchanged.
Definition at line 795 of file remake.cpp.
Referenced by normalize().
|
static |
Normalize the content of a list of targets.
Definition at line 863 of file remake.cpp.
Referenced by load_rule().