RoshanGerard / aparapi

Automatically exported from code.google.com/p/aparapi
Other
0 stars 0 forks source link

Add OS X build artifacts to svn:ignore and fix build.xml "build" and "clean" targets #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While building the com.amd.aparapi.jni project in OS X the following folder is 
created locally and needs to be added to svn:ignore

libaparapi_x86_64.dylib.dSYM

Additionally, the build.xml "clean" target should be configured to delete the 
following:

libaparapi_x86_64.dylib.dSYM
libaparapi_${x86_or_x86_64}.dylib

It also appears that the "build" target was incorrectly calling the "check" 
target instead of the "clean" target (which already depends on check). I have 
included that change as well so now "build" cleans up beforehand correctly.

Please find attached the patch with all of these changes.

Original issue reported on code.google.com by ryan.lam...@gmail.com on 4 Jan 2012 at 5:11

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed as part of http://code.google.com/p/aparapi/issues/detail?id=37

Original comment by ryan.lam...@gmail.com on 19 Feb 2012 at 1:03