[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] make clean removing setup-api.c and setup-downloa
From: |
felix winkelmann |
Subject: |
Re: [Chicken-hackers] make clean removing setup-api.c and setup-download.c |
Date: |
Thu, 6 Aug 2009 09:02:02 +0200 |
2009/8/5 Davide Puricelli <address@hidden>:
> Hello,
>
> while building the Debian package for the new 4.1.0 release, I noticed
> that
> "make clean" is removing setup-api.c and setup-download.c files, too.
>
> debian/rules makefile calls "make clean" just before the build process,
> so we start it without them; then chicken tries to rebuild them
> calling itself, but this should be avoided (we're building the packages
> on chroots and so on).
>
> The rules.make change to have "make clean" not removing them is trivial,
> but I was wondering if I'd break something doing it.
>
I think such a change would be the correct thing to do. "make clean"
should still leave an unpacked tarball in a buildable state (buildable
without running "chicken" to generate C from Scheme).
cheers,
felix