bug-pyconfigure
[Top][All Lists]
Advanced

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

[Bug-pyconfigure] uninstall target can miss some files


From: Afif Elghraoui
Subject: [Bug-pyconfigure] uninstall target can miss some files
Date: Tue, 22 Dec 2015 20:45:14 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0

Hello,

In Makefile.in, if you have something like:

SCRIPTS = bin/*

make uninstall will not remove the scripts because it executes something
like:

rm -rvf <prefix>/bin/bin/*

The install-scripts target properly avoids this problem by taking the
basename of each token, but the uninstall target doesn't do so.

Thanks for your work on pyconfigure.

regards
Afif

-- 
Afif Elghraoui | عفيف الغراوي
http://afif.ghraoui.name



reply via email to

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