X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.common;h=82c41a461403eafc9b4954dbaf2abb3fdedd41ef;hb=8bf0f84bd922c2b5818a2d74e0f4bc56cf8240b4;hp=c496a02422468e4e2dd7ae0a99069ce2983ee9cd;hpb=6e2c62a3ed1ab7f5a09775fd6af10a1f1d23320c;p=uffi.git diff --git a/Makefile.common b/Makefile.common index c496a02..82c41a4 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,14 +1,16 @@ all: - @echo "nothing to do" + .PHONY: clean clean: - rm -rf .bin - rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl *.err - rm -f *~ *.bak *.orig "#*" .#* - rm -f *.so *.a + @rm -rf .bin + @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl + @rm -f *~ *.bak *.orig *.err \#*\# .#* + @rm -f *.so *.a + @rm -f uffi-[0-9]*[0-9].tar.gz uffi-[0-9]*[0-9].zip + @rm -rf debian/cl-uffi ifneq ($(SUBDIRS)$(DOCSUBDIRS),) - set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \ + @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \ $(MAKE) -C $$i $@; done endif