[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74206] [PATCH] gnu: Fix java-jaxen.
From: |
Liliana Marie Prikler |
Subject: |
[bug#74206] [PATCH] gnu: Fix java-jaxen. |
Date: |
Fri, 08 Nov 2024 15:56:14 +0100 |
User-agent: |
Evolution 3.48.4 |
Am Freitag, dem 08.11.2024 um 15:47 +0100 schrieb Hartmut Goebel:
> Am 08.11.24 um 11:57 schrieb Liliana Marie Prikler:
> > The preferred way for bootstrapping is from bottom up. You can
> > still remove the phases and add inputs normally.
>
> Removing the phase seem less natural than adding a phase. And not
> removing the phase was what caused the error - which got undetected.
> This way round, if for some reason the phase gets lost, bootstrap
> will fail and the issue will be detected.
You can just write #:phases %standard-phases.
Cheers