On 10/12/06, André Detsch <[EMAIL PROTECTED]> wrote:
> Log message:
>       Added a 'clean' rule at Makefile. Probably rule 'cleanup' should be 
> simply
> renamed to 'clean'.
>
> +clean: cleanup
> +
>  cleanup:
>       rm -rf Resources/FileHash*
>       find * -path "*~" -or -path "*/.\#*" -or -path "*.bak" | xargs rm -f

I made it "cleanup" instead of "clean" because it's more to "cleanup
the mess" of a live development environment than to do a "make clean"
in the usual sense of the word (ie, force a rebuild of compiled
files).

I guess "make clean" could perform "cleanup" and then "cd src && make clean".

-- Hisham
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to