Re: Current (?) Git repository fails to build on Debian
Nico Williams <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <CAK3OfOjQxVasdMf-fguCOLb6Rqc-C-OSEjgLz5jNoH2GJxCmQw@mail.gmail.com> |
On Thu, Dec 22, 2011 at 2:12 PM, Russ Allbery <[email protected]> wrote: > Making all in krb5 > make[2]: Entering directory `/home/eagle/dvl/heimdal/lib/krb5' > make[2]: *** No rule to make target `krb5-plugin.7', needed by `all-am'. Stop. > make[2]: Leaving directory `/home/eagle/dvl/heimdal/lib/krb5' > make[1]: *** [all-recursive] Error 1 > > 06974f27cbced2d4e4e2fc7edd6a119b88ec1240 doesn't seem to have contained > the actual man page? I tend to use a shell alias that expands into git add -uv ... and the -u means new files get ignored: alias gita="git add -uv" I've pushed the missing file. Sorry! Thanks for quickly finding this! Nico --