https://github.com/gaul/nobuildlitter
https://github.com/gaul/nobuildlitter
ld-preload
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaul/nobuildlitter
- Owner: gaul
- License: apache-2.0
- Created: 2020-03-30T04:39:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T13:51:52.000Z (about 6 years ago)
- Last Synced: 2025-02-18T04:43:09.954Z (over 1 year ago)
- Topics: ld-preload
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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