[RFC] icedtea-web: make clean errors when building in a separate directory

Andrew Su asu at redhat.com
Mon Oct 25 08:04:48 PDT 2010


Hi,

This patch fixes the order of cleaning the directory for the "launcher".
It was removing launcher folder after trying to rmdir the icedteanp folder (this folder is not empty but folders are not considered "stuff" inside the folder).
This patch just reorders it to remove the launcher folder before doing the rest of the clean.

Makefile.am: 
(clean-IcedTeaPlugin): Remove launcher folder first
(clean-plugin): removed called to remove launcher folder

Cheers,
 Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20101025_fix_remove_launcher_on_make_clean.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101025/f69fe307/20101025_fix_remove_launcher_on_make_clean.patch 


More information about the distro-pkg-dev mailing list