[gobolinux-devel] [gobolinux-commits] tools/Scripts Makefile
Hisham Muhammad
hisham.hm at gmail.com
Thu Oct 12 16:43:43 UTC 2006
On 10/12/06, André Detsch <detsch at gobolinux.org> 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
More information about the gobolinux-devel
mailing list