|
53 | 53 | //! # incremental is enabled.
|
54 | 54 | //! incremental/
|
55 | 55 | //!
|
56 |
| -//! # This is the location at which the output of all custom build |
57 |
| -//! # commands are rooted. |
58 |
| -//! build/ |
59 |
| -//! |
60 |
| -//! # Each package gets its own directory where its build script and |
61 |
| -//! # script output are placed |
62 |
| -//! $pkgname-$META/ # For the build script itself. |
63 |
| -//! # The build script executable (name may be changed by user). |
64 |
| -//! build-script-build-$META |
65 |
| -//! # Hard link to build-script-build-$META. |
66 |
| -//! build-script-build |
67 |
| -//! # Dependency information generated by rustc. |
68 |
| -//! build-script-build-$META.d |
69 |
| -//! # Debug information, depending on platform and profile |
70 |
| -//! # settings. |
71 |
| -//! <debug symbols> |
72 |
| -//! |
73 |
| -//! # The package shows up twice with two different metadata hashes. |
74 |
| -//! $pkgname-$META/ # For the output of the build script. |
75 |
| -//! # Timestamp when the build script was last executed. |
76 |
| -//! invoked.timestamp |
77 |
| -//! # Directory where script can output files ($OUT_DIR). |
78 |
| -//! out/ |
79 |
| -//! # Output from the build script. |
80 |
| -//! output |
81 |
| -//! # Path to `out`, used to help when the target directory is |
82 |
| -//! # moved. |
83 |
| -//! root-output |
84 |
| -//! # Stderr output from the build script. |
85 |
| -//! stderr |
| 56 | +//! # This is the location at which the output of all custom build |
| 57 | +//! # commands are rooted. |
| 58 | +//! build/ |
| 59 | +//! |
| 60 | +//! # Each package gets its own directory where its build script and |
| 61 | +//! # script output are placed |
| 62 | +//! $pkgname-$META/ # For the build script itself. |
| 63 | +//! # The build script executable (name may be changed by user). |
| 64 | +//! build-script-build-$META |
| 65 | +//! # Hard link to build-script-build-$META. |
| 66 | +//! build-script-build |
| 67 | +//! # Dependency information generated by rustc. |
| 68 | +//! build-script-build-$META.d |
| 69 | +//! # Debug information, depending on platform and profile |
| 70 | +//! # settings. |
| 71 | +//! <debug symbols> |
| 72 | +//! |
| 73 | +//! # The package shows up twice with two different metadata hashes. |
| 74 | +//! $pkgname-$META/ # For the output of the build script. |
| 75 | +//! # Timestamp when the build script was last executed. |
| 76 | +//! invoked.timestamp |
| 77 | +//! # Directory where script can output files ($OUT_DIR). |
| 78 | +//! out/ |
| 79 | +//! # Output from the build script. |
| 80 | +//! output |
| 81 | +//! # Path to `out`, used to help when the target directory is |
| 82 | +//! # moved. |
| 83 | +//! root-output |
| 84 | +//! # Stderr output from the build script. |
| 85 | +//! stderr |
86 | 86 | //!
|
87 | 87 | //! # Output from rustdoc
|
88 | 88 | //! doc/
|
|
0 commit comments