ladybird/Libraries/LibAudio
joshua stein 0b501335f5 Build: wrap make invocations with flock(1)
Lock each directory before entering it so when using -j, the same
dependency isn't built more than once at a time.

This doesn't get full -j parallelism though, since one make child
will be sitting idle waiting for flock to receive its lock and
continue making (which should then do nothing since it will have
been built already).  Unfortunately there's not much that can be
done to fix that since it can't proceed until its dependency is
built by another make process.
2019-12-28 21:09:33 +01:00
..
ABuffer.h LibAudio: Fixed stuttery playback of audio 2019-10-16 16:25:38 +02:00
AClientConnection.cpp LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED) 2019-12-06 18:39:59 +01:00
AClientConnection.h LibIPC: Rename base classes to IClientConnection and IServerConnection 2019-12-02 11:11:05 +01:00
AWavLoader.cpp AWavLoader: Fixed incorrect computation of m_loaded_samples 2019-11-05 19:50:11 +01:00
AWavLoader.h SoundPlayer: Changed some small cosmetic things 2019-11-05 19:50:11 +01:00
Makefile Build: wrap make invocations with flock(1) 2019-12-28 21:09:33 +01:00