On 02-03-29 14:47:15 CET, Michael Bell wrote: > Christopher Crowley schrieb: > > > > When I try to make install-ext using this SNAP, I get lot of errors about > > pre-existing files. I could remove all the directories that are affected by > > this before installing, but it seems like this is something new with the > > last few SNAPs. > > I know the problem but I don't want to use "rm -rf *" because this is > really dangerous if we use a wrong directory. I will check in the next > days the command ln on Solaris. If this ln supports -f too then I will > add the -f option to all "@LN@". This should fix the problems.
`ln -f` is non-portable. `$(RM) $@` should be done before (sym)linking to $@. rj _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
