-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Macos: m4 changes #15523
base: master
Are you sure you want to change the base?
Macos: m4 changes #15523
Conversation
Has anyone had a chance to look at this yet? |
Signed-off-by: Andrew Innes <andrew.c12@gmail.com> Co-authored-by: Jorgen Lundman <lundman@lundman.net>
@behlendorf are there any blockers to this I can work on? |
@behlendorf I'm going to be going back to university soon and I won't be able to work on anything for a few months. I feel like I'm not making any progress with getting anything merged. |
@behlendorf any news? |
@behlendorf I'm going on break from University soon. Is there anything I should work on? |
@@ -606,6 +609,7 @@ AC_DEFUN([ZFS_AC_DEFAULT_PACKAGE], [ | |||
ubuntu) initconfdir=/etc/default ;; | |||
debian) initconfdir=/etc/default ;; | |||
freebsd) initconfdir=$sysconfdir/rc.conf.d;; | |||
apple) initconfdir=${prefix}/etc/launchd/launchd.d/ ;; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra tailing slash?
I see the wrong spelling: |
@andrewc12 so sorry this fell off our radar! I'll take a look. |
AC_MSG_RESULT($machkernel) | ||
|
||
|
||
dnl More Generic names: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this have a #
?
dnl # More Generic names
@andrewc12 side note - now that we've switched from buildbot to github runners for testing, it would be theoretically possible to add an OSX runner to at least run |
Motivation and Context
Description
Additions to the m4 scripts that help us build openzfs on macos
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.