Re: [PATCH 0/2] make git installation footprint smaller

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Brandon Casey wrote:

> Brandon Casey (2):
>   Makefile: link builtins residing in bin directory to main git binary
>     too
>   Makefile: make hard/symbolic links for non-builtins too

So in the end, the hardlink-forming step has four steps:

1. (if bindir != libexecdir and NO_CROSS_DIRECTORY_HARDLINKS is unset)
   Files in libexecdir with cousins in bindir are replaced by
   hardlinks to their cousins. (patch 2)

2. Any builtins in bindir are replaced by
   hardlinks, symlinks, or copies of git.

3. Any builtins in libexecdir are replaced by
   hardlinks, symlinks, or copies of git.

4. git-remote-{ftp,http, etc} are replaced by
   hardlinks, symlinks, or of git-remote-http.

Looks good to me.

Thanks for the pleasant read,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]