On Mon, Jun 06, 2011 at 01:33:31PM +0200, [email protected] wrote:

> Log:
> Concequences of vector changes and some next issues masked by my mistake

> Modified: trunk/Nijmegen/CoRN/Makefile.common
> ===================================================================
> --- trunk/Nijmegen/CoRN/Makefile.common       2011-06-04 01:45:32 UTC (rev 
> 1484)
> +++ trunk/Nijmegen/CoRN/Makefile.common       2011-06-06 11:33:30 UTC (rev 
> 1485)
> @@ -203,17 +203,17 @@
>  # Real rules

>  binaries-clean:
>       rm -f $(BINARIES) $(IDEBIN)
> -     if [ -d "$(BINDIR)" ]; then rmdir --ignore-fail-on-non-empty 
> "$(BINDIR)"; fi
> +     if [ -d "$(BINDIR)" ]; then rm -r "$(BINDIR)"; fi

With my "CoRN build system maintainer" hat on, I'm not very fond of
this change, and of similar changes throughout the Makefile: this
means that any file not created by the build system that is in "bin/"
is silently deleted. I understand this as "can cause data loss", and
thus very user-unfriendly, to say the least.

If you'd care to explain why you found that change necessary or
useful? Thanks in advance.

-- 
Lionel
_______________________________________________
C-CoRN mailing list
[email protected]
http://mailman.science.ru.nl/mailman/listinfo/c-corn

Reply via email to