]> git.ipfire.org Git - thirdparty/ccache.git/commit
Improve dev.mk to be more platform independent
authorDavid Givone <david@givone.net>
Mon, 3 Sep 2012 22:09:52 +0000 (15:09 -0700)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 13 Sep 2012 18:53:18 +0000 (20:53 +0200)
commit986d47a59109f6f64a4ada6529554bc5d1ee88a5
tree02bf84a15194b6bb52db7516e99233727ffdf468
parent91bc2911fa5b6cf170a3c376b09ad04888d983c1
Improve dev.mk to be more platform independent

The dev.mk was improved to allow for the make dist to work on mac os x:

1) asciidoc may not always be install to /etc, so also check /usr/local/etc
2) --parents parameter for cp does not work on mac so use rsync --relative
3) replaced -a tar flag with somesomething that should work across
   platforms
dev.mk.in