summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove last bits of XML dependenciesNathan Straz2013-09-111-2/+1
|
* Convert to systemd socket activated servicesNathan Straz2013-05-141-2/+4
| | | | | qarshd and btimed will now start directly from systemd xinetd is no longer needed
* Check Makefile to make an archive from gitv1.24-2Nathan Straz2009-04-171-11/+7
|
* Add man pages to the build.v1.18-2Nate Straz2008-09-231-2/+13
|
* Add the ability to tag builds for different distros. Just create theNate Straz2008-09-231-2/+7
| | | | source rpm with "make srpm DIST=.el5" and build it with brew.
* -lxml2 should be passed directly to the link command so make doesn't tryNate Straz2008-09-231-3/+4
| | | | | to expand it. If both i386 and x86_64 -devel packages are installed, make was trying to link in /usr/lib/libxml2.so instead of /usr/lib64...
* Use off_t instead of size_t so we can transfer files larger than 2GB.Nate Straz2008-09-231-1/+1
| | | | | | I changed all formats from %zd to %lld, but this adds a lot of warnings because off_t isn't the same as long long int to the compiler. I don't know if there is a way to avoid the warnings on all platforms.
* Add a srpm targetNate Straz2008-09-231-0/+3
|
* Use hbeat interface which has been pulled out into its ownDean Jansa2008-09-231-1/+1
| | | | set of files.
* Version the tarball according to the spec file versionNate Straz2008-09-231-2/+6
|
* Merge qarsh revisions 1727:1738 from sistina-test branch djansa-qarsh.Nate Straz2008-09-231-1/+1
|
* - Split qarshd and btimed into their own package with their xinetd files.Nate Straz2008-09-231-4/+9
| | | | - Don't link btimec and btimed against libxml2.
* Initial pass at packagingv1.0-1Nate Straz2008-09-231-27/+16
|
* Flatten the qarsh tree.Nate Straz2008-09-231-0/+44