[icedtea-web] RFC: allow running make clean multiple times

Omair Majid omajid at redhat.com
Thu Oct 28 13:04:39 PDT 2010


Hi,

Running make clean twice causes the second make clean to fail as it can 
not delete the non-existing directory $(PLUGIN_DIR)/launcher. The patch 
checks that the directory exists before trying to delete it. make clean 
will still fail if the directory exists and is not empty.

ChangeLog
2010-10-28  Omair Majid  <omajid at redhat.com>

     * Makefile.am
     (clean-IcedTeaPlugin): Remove launcher directory only if it exists.

Thanks,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-web-make-clean-twice.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101028/e350b331/icedtea-web-make-clean-twice.patch 


More information about the distro-pkg-dev mailing list