guix-devel
[Top][All Lists]
Advanced

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

Re: Cleaning up make clean's behavior


From: Chris Marusich
Subject: Re: Cleaning up make clean's behavior
Date: Sat, 09 Jun 2018 23:41:12 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Could you clarify what the problem is?
>
> (Besides I agree with Mark that “make clean” should not delete files it
> doesn’t know about.)

I also agree.

FYI, to delete everything and return to a pristine Git repository state,
I usually do this:

    # Clean everything the Makefile knows about.
    make distclean
    # Clean everything Git doesn't track.
    git clean -dfx
    # Reset anything else back to whatever is in HEAD.
    git reset --hard

Be careful though, because doing that is, of course, destructive.

-- 
Chris

Attachment: signature.asc
Description: PGP signature


reply via email to

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