[RFC] icedtea-web: fix make clean error
Andrew Su
asu at redhat.com
Mon Oct 25 08:35:03 PDT 2010
Hi,
This patch fixes the order of cleaning the directory for the "launcher" when building out of tree.
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/fb6ce416/20101025_fix_remove_launcher_on_make_clean.patch
More information about the distro-pkg-dev
mailing list