summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web>2011-03-23 07:27:14 +0000
committerGravatar admin <admin@branchable.com>2011-03-23 07:27:14 +0000
commitba064654a3707ac9407cf17ea3c0a7e7fb573382 (patch)
tree7f6e6f8fd2eaa6dddd4cadd8052f0f4d43149909
parent04539d16718265441c607da08d3e27d959f749c6 (diff)
-rw-r--r--doc/bugs/Makefile_is_missing_dependancies.mdwn17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/bugs/Makefile_is_missing_dependancies.mdwn b/doc/bugs/Makefile_is_missing_dependancies.mdwn
index 4bda91f17..3e9d6e903 100644
--- a/doc/bugs/Makefile_is_missing_dependancies.mdwn
+++ b/doc/bugs/Makefile_is_missing_dependancies.mdwn
@@ -1,4 +1,3 @@
-
<pre>
From e45c73e66fc18d27bdf5797876fbeb07786a4af1 Mon Sep 17 00:00:00 2001
From: Jimmy Tang <jtang@tchpc.tcd.ie>
@@ -30,5 +29,19 @@ index 08e2f59..4ae8392 100644
StatFS.hs never gets depended on and compiled, the makefile was just missing something
-> Thanks, [done]]! Interested to hear if StatFS.hs works on OSX (no warning) or
+> Thanks, [[done]]! Interested to hear if StatFS.hs works on OSX (no warning) or
> is a no-op (with warning). --[[Joey]]
+
+>>
+>> for now it gives a warning, it looks like it should be easy enough to add OSX
+>> support, I guess it's a case of just digging around documentation to find the equivalent
+>> calls/headers. I'll give it a go at making this feature work on OSX and get back to you.
+>>
+
+<pre>
+jtang@exia:~/develop/git-annex $ make
+hsc2hs StatFS.hsc
+StatFS.hsc:85:2: warning: #warning free space checking code not available for this OS
+StatFS.hsc:85:2: warning: #warning free space checking code not available for this OS
+StatFS.hsc:85:2: warning: #warning free space checking code not available for this OS
+</pre>