Re: Unable to `make install` on MacOS in the latest master (68a13f28be)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andrew Alsup <bluesbreaker(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Chapman Flack <chap(at)anastigmatix(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Unable to `make install` on MacOS in the latest master (68a13f28be)
Date: 2019-01-05 01:29:01
Message-ID: 20190105012901.GF4849@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jan 03, 2019 at 11:27:34AM -0500, Andrew Alsup wrote:
> Thanks for the help on "make distclean". That did the trick. I will be
> more careful when pulling master. Somehow, I hadn't been hit with this
> before, which was just dumb luck. Thanks for helping me out.

A more violent method is that from the top of the tree:
git clean -d -x -f

That's really efficient when using the git reporitory directly.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-01-05 01:31:07 Re: Add timeline to partial WAL segments
Previous Message Michael Paquier 2019-01-05 01:23:36 Re: Use atexit() in initdb and pg_basebackup