Hi Maarten

Thanks for the work. I am building the Debian package, it compiles on amd64 at 
least but I haven't tested to compile any code yet.

The list of files I need to clean manually in the debian/rules files just gets 
bigger and bigger. Can you please add the list below to the clean target of 
the makefile?

I hope to make the RC2 package available on my server tomorrow and get it into 
Debian soon after the release.

Regards
Gudjon

        rm -f device/lib/pic14/config.h
        rm -f device/lib/pic14/config.log
        rm -f device/lib/pic14/stamp-h1
        rm -f device/lib/pic*/*.cod
        rm -f device/lib/pic*/*.hex
        rm -f device/lib/pic*/pics.supported
        rm -rf device/lib/pic*/.check*
        rm -f device/lib/r2k/*.asm
        rm -f device/lib/z180/*.asm
        rm -f sim/ucsim/cmd.src/cmdlex.cc
        rm -f sim/ucsim/cmd.src/cmdpars.cc
        rm -f src/pic14/Makefile.dep
        rm -f src/pic14/peeph.rul
        rm -rf $(CURDIR)/build
        rm -f custom.h
        rm -f sim/ucsim/custom.h
        rm -f support/regression/ports/host/spec.mk
        rm -f support/cpp/configargs.h,.log
        rm -f support/cpp/config.log
        rm -f support/cpp/config.status
        rm -f support/sdbinutils/binutils/arlex.c
        rm -f support/sdbinutils/binutils/arparse.c
        rm -f support/sdbinutils/binutils/arparse.h
        rm -f sim/ucsim/config.guess
        rm -f sim/ucsim/config.sub
        rm -f sim/ucsim/config.log
        rm -f config.log
        rm -f device/lib/small-stack-auto/Makefile
        rm -f as/link/asxxxx_config.h
        rm -f support/cpp/configargs.h
        rm -f ports.all ports.build
        rm -f confdefs.h
        find -type f -name '*.o' -exec rm -f {} \;
        find -type f -name '.stamp' -exec rm -f {} \;
        find . -name '*.rel' -exec rm -f {} \;
        find . -name '*.sym' -exec rm -f {} \;
        find . -name '*.lst' -exec rm -f {} \;
        find . -name '*.a' -exec rm -f {} \;
        find . -name config.status -exec rm -f {} \;
        find . -name Makefile -exec rm -f {} \;
        rm -f sim/ucsim/cmd.src/cmdpars.hh


------------------------------------------------------------------------------
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to