Posted By:
E_R
Posted On:
Monday, June 22, 2009 02:57 PM
I am using this target definition to remove all the files under ${TOP} which contains some symlinks to other directories:
However, I've noticed that delete is not deleting the symlinks.
I'd like to get the same results as
/bin/rm -rf
under Unix, i.e. the symlinks are deleted but not followed. Is there a way to do that with the delete task?