/nobuildlitter

Primary LanguageRustApache License 2.0Apache-2.0

nobuildlitter

This LD_PRELOAD library allows users to relocate build litter created by cargo, make, mvn, etc. to another directory. This is useful when the source code directory uses cloud syncing, snapshotting, or is read-only.

Usage

NOBUILDLITTER_PATH=/path/to/write LD_PRELOAD=/path/to/libnobuildlitter.so make

License

Copyright (C) 2020 Andrew Gaul

Licensed under the Apache License, Version 2.0