make uninstall deletes all manpages?

From: Marcin Mańk <marcin(dot)mank(at)gmail(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: make uninstall deletes all manpages?
Date: 2013-04-23 10:10:08
Message-ID: CAK61fk5hq7nEyqp1OQ0E0=LJDvLSA=69akQkVPWgxmYe_4EFtg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I just tried make uninstall. I did:
sudo make uninstall

which goes:

make -C doc uninstall
make -C src uninstall
make -C sgml uninstall
rm -f '/opt/local/share/doc//postgresql/html/'*
'/opt/local/share/man'/man1/* '/opt/local/share/man'/man3/*
'/opt/local/share/man'/man7/*
/bin/sh: /bin/rm: Argument list too long

So it tries to delete all my manpages. (/opt/local is a macports install).
Yes, I realize installing into /opt/local was not such a hot idea to begin
with. but I knew I had make uninstall, so I could easily back off, right?

Regards
Marcin

Browse pgsql-general by date

  From Date Subject
Next Message Rafał Pietrak 2013-04-23 10:24:45 Re: using text search
Previous Message Konstantin Izmailov 2013-04-23 07:54:17 inserting into "date" field returns error (COPY/BINARY)