Bug 1800462 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I ran into this issue while trying to set up a new Windows build environment following [the instructions](https://firefox-source-docs.mozilla.org/setup/windows_build.html), so I don't think it's setup-specific. 

```
 2:06.35 error: failed to run custom build command for `quote v1.0.21`
 2:06.35 Caused by:
 2:06.35   could not execute process `C:/mozilla-source/mozilla-unified/obj-x86_64-pc-mingw32\release\build\quote-453b32d2dbab4bc3\build-script-build` (never executed)
 2:06.35 Caused by:
 2:06.35   The system cannot find the file specified. (os error 2)
```

I don't see that build script at all:

```
$ ls obj-x86_64-pc-mingw32/release/build/quote-453b32d2dbab4bc3
build_script_build-453b32d2dbab4bc3.d
````
I ran into this issue while trying to set up a new Windows build environment following [the instructions](https://firefox-source-docs.mozilla.org/setup/windows_build.html), so I don't think it's setup-specific. 

```
 2:06.35 error: failed to run custom build command for `quote v1.0.21`
 2:06.35 Caused by:
 2:06.35   could not execute process `C:/mozilla-source/mozilla-unified/obj-x86_64-pc-mingw32\release\build\quote-453b32d2dbab4bc3\build-script-build` (never executed)
 2:06.35 Caused by:
 2:06.35   The system cannot find the file specified. (os error 2)
```

I don't see that build script at all:

```
$ ls obj-x86_64-pc-mingw32/release/build/quote-453b32d2dbab4bc3
build_script_build-453b32d2dbab4bc3.d
````

EDIT: Can be worked around by reverse-applying `6b9175bbaba8995fc54eb3da9837cc83b14741fc`. I can see the generated `build-script-build.exe` as well.

Back to Bug 1800462 Comment 2