From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Sun, 27 May 2018 20:51:10 +0000 Subject: [Buildroot] [Bug 11046] Git package binaries are ~180MB (compared to ~20MB in stable branches). In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=11046 Peter Korsgaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Peter Korsgaard --- This was indeed caused by a recent change to make a copy of output/target before running the file system hooks and generate file systems, and this copy used rsync without the -H (preserve hard links) option. I have sent a patch to fix it: http://patchwork.ozlabs.org/patch/921203/ -- You are receiving this mail because: You are on the CC list for the bug.