FS#55052 - [systemd][PATCH] PKGBUILD does not allow building from existing sources
Attached to Project:
Arch Linux
Opened by Jouke Witteveen (jouke) - Sunday, 06 August 2017, 17:49 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 06 August 2017, 17:58 GMT
Opened by Jouke Witteveen (jouke) - Sunday, 06 August 2017, 17:49 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 06 August 2017, 17:58 GMT
|
Details
Description:
When your workflow is $ makepkg -o [... edit sources ...] $ makepkg -e [... more editing ...] $ makepkg -e -f then the second build fails because meson is executed again, whereas this should only be done once. Additionally, when prepare() fails after adding the `upstream` remote, it cannot succeed by rerunning. Both these problems are solved by the attached patch. |
This task depends upon
prepare-build.patch