install[i]=- will work for .uninstall rules.

master
Luka Vandervelden 2016-04-12 11:48:54 +02:00
parent d0a163dcec
commit 0274ac704e
1 changed files with 11 additions and 6 deletions

View File

@ -314,6 +314,10 @@ function main {
write
fi
if [[ "${installdir}" == "-" ]]; then
write "${target}.uninstall:"
write ""
else
if exists "${type[$target]}.uninstall"; then
${type[$target]}.uninstall
else
@ -322,6 +326,7 @@ function main {
write "\t${Q}rm -f '\$(DESTDIR)${installdir}/${target}'"
write
fi
fi
if exists "${type[$target]}.test"; then
${type[$target]}.test