Skip to content
Snippets Groups Projects
Commit 1d84273c authored by Petr Špaček's avatar Petr Špaček
Browse files

Merge branch 'monotonic-timers' into 'master'

Don't fake monotonic timers

See merge request knot/deckard!132
parents 24354fc4 192c2691
No related merge requests found
......@@ -32,7 +32,8 @@ all:
@echo "To build the dependencies (libfaketime and libcwrap) run 'make depend'."
exit 1
depend: $(libfaketime) $(libcwrap)
@echo "export $(preload_syms)" > env.sh
@echo "export DONT_FAKE_MONOTONIC=1" > env.sh
@echo "export $(preload_syms)" >> env.sh
# Synchronize submodules
submodules: .gitmodules
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment