X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2FMakefile.in;h=424d841fc9281ead67d4e0fb5d3884eca89ec6c7;hb=bfd7431078b6d902b991d098798911bd612bf670;hp=cce303f89f3087f562203217e97c9f9b8b59d512;hpb=2e553b61877a45ee6a3602f054be88cd3e5da074;p=fw%2Fsdcc diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index cce303f8..424d841f 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -253,7 +253,7 @@ model-pic16: fi objects-pic16: build-dir port-specific-objects-pic16 clean_intermediate-pic16 - cd $(PORTDIR); ls *$(OEXT) > $(PORT).lib + -cd $(PORTDIR); ls *$(OEXT) > $(PORT).lib # yes, we do reuse the *-pic16 rules for pic14 model-pic14: @@ -296,12 +296,12 @@ install: all installdirs for srcdir in $(MODELS) ds390 ds400 gbz80 z80 hc08 pic pic16; do \ find $(sdcc_libdir)/src/$$srcdir -depth \ \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name '*.asm' -o -name 'CVS' -o -name 'build' -o -name 'bin' \) \ + -name '*.lst' -o -name '*.asm' -o -name '.svn' -o -name 'build' -o -name 'bin' \) \ -exec rm -r {} \; ; \ done find $(sdcc_libdir)/src/mcs51 -depth \ \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name 'CVS' -o -name 'build' -o -name 'bin' \) \ + -name '*.lst' -o -name '.svn' -o -name 'build' -o -name 'bin' \) \ -exec rm -r {} \; # Deleting all the installed files