This shouldn't matter to most MacFUSE users (including developers)
except those who build MacFUSE components themselves for testing and
experimentation.
I've deleted most of the myriad build/packaging scripts that were
there in the source tree. Although they served us well, they became
too numerous over time and were sometimes confusing to use, even for
those who wrote them.
"Everything" build/packaging-related can now be done with a single new
MacFUSE tool that resides in the tree as core/macfuse_buildtool.sh.
The following is a gist of what it does currently. (Try -h for help).
This is just FYI for those curious. Please don't rely on the behavior
(or even the existence) of this tool.
Amit
==
MacFUSE build tool version 1.0
Copyright (C) 2008 Google. All Rights Reserved.
Usage:
macfuse_buildtool [-c configuration] [-d] [-p platform] [-q] [-s] -t
target [-v]
* configuration is one of: Debug Release (default is Release)
* platform is one of: 10.4 10.5 10.6 (default is the host's
platform)
* target is one of: clean dist lib reload smalldist swconfigure
* platforms can only be specified for: lib smalldist swconfigure
The target keywords mean the following:
clean clean all targets
dist create a multiplatform distribution package
lib build the user-space library (e.g. to run fusexmp_fh)
reload rebuild and reload the kernel extension
smalldist create a platform-specific distribution package
swconfigure configure software (e.g. sshfs) for compilation
Other options are:
-d create a developer release package instead of a regular
release
-q enable quiet mode (suppresses verbose build output)
-s enable shortcircuit mode (useful for testing the build
mechanism itself)
-v report version numbers and quit
==
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---