An open API service indexing awesome lists of open source software.

https://github.com/gaul/nobuildlitter


https://github.com/gaul/nobuildlitter

ld-preload

Last synced: 3 months ago
JSON representation

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