automake
[Top][All Lists]
Advanced

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

Re: What does subdir-objects do?


From: Diego Elio Pettenò
Subject: Re: What does subdir-objects do?
Date: Sun, 1 Sep 2013 15:02:23 +0100

On Sat, Aug 31, 2013 at 11:36 PM, Kerrick Staley
<address@hidden>wrote:

> git checkout with-subdir-objects
> git clean -dfx
> ./autogen.sh
> make
> find . > /tmp/with-subdir-objects-tree
> git checkout without-subdir-objects
> git clean -dfx
> ./autogen.sh
> make
> find . > /tmp/without-subdir-objects-tree
> diff /tmp/with{,out}-subdir-objects-tree
>
> The diff found 0 different lines, so I guess I'm missing something. What
> exactly does subdir-objects do?
>

You're using git submodules, so your git clean -dfx is not working properly.


Diego Elio Pettenò — Flameeyes
address@hidden — http://blog.flameeyes.eu/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]