Fresco CVS commit notification.
Nathaniel Smith <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/SDL In directory purcel:/tmp/cvs-serv9874/SDL Modified Files: Makefile.in Log Message: Fix parallel make. Combined with Stefan's recent changes, the following now works perfectly as expected: $ mkdir build-dir; cd build-dir $ ../Fresco/configure <args> $ make -j $ make install Yay us!