On 2015-06-03 19:14, Dan Smith wrote:
My understanding is that given a properly configured 'dist-clean' will behave 
as noted:

rm -r build
sh configure
make dist-clean
find build -mindepth 1
# no output

However, instead I get 3 files:
build/macosx-x86_64-normal-server-release
build/macosx-x86_64-normal-server-release/build.log
build/macosx-x86_64-normal-server-release/configure.log

Probably just a matter of tweaking the list of files that dist-clean will 
delete?
Yep, since we take a conservative approach and only delete known files, this list tend to not be up to date at all times. Thank you for pointing it out! I've opened https://bugs.openjdk.java.net/browse/JDK-8081858 to track this.

/Magnus

Reply via email to