Commit Graph

5 Commits

Author SHA1 Message Date
Moritz Bunkus
521349a860 Not every sed supports the -E option 2010-03-27 23:04:52 +01:00
Moritz Bunkus
eaf9ee4f4c Fix sed usage on BSD-like systems (e.g. MacOS) 2010-03-25 11:11:13 +01:00
Moritz Bunkus
b08f277c5d Use src/common/common.h as a precompiled header. 2010-03-14 18:53:33 +01:00
Moritz Bunkus
dbc1c5aabe Don't fail if "mkdir .deps" fails.
Reason: during parallel makes there is a small window in which "mkdir
.deps" may be executed more than once, and one of them fails bringing
the whole build process down.
2009-12-05 19:05:52 +01:00
Moritz Bunkus
ac78607538 Calculate dependencies during compilation
Do not require a separate "make depend" step. Especially as
new dependencies are not picked up until the next "make depend".
Use gcc's capability to calculate dependencies during
compilation.
2009-02-26 22:01:04 +01:00