chicken-hackers
[Top][All Lists]
Advanced

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

Re: `make uninstall` does not uninstall the chicken-do manpage


From: Lassi Kortela
Subject: Re: `make uninstall` does not uninstall the chicken-do manpage
Date: Wed, 4 Aug 2021 21:43:31 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.12.0

I think the slightly tricky thing is finding out whether the directories
are actually empty after the CHICKEN core files are deleted (e.g., some
other program wrote files in there for whatever reason).  In case the
directories are not empty after the deletion of CHICKEN core files, I
think they should NOT be deleted.

rmdir include/chicken || true
rmdir lib/chicken || true

rmdir refuses to delete non-empty directories.



reply via email to

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