| Summary: | Enable use of CVSROOT variable into src Makefile (for update target) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | User & <luca> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.4-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
User &
2005-11-11 12:40:14 UTC
State Changed From-To: open->closed CVSROOT is special environment variable that is already set in environment for many people, and enforcing it through the -d option may upset some of them. What you want is already possible by doing make -DCVS_UPDATE CVS="cvs -d xxx" |