[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH 0/3] Minor make rule updates
From: |
Evan Hanson |
Subject: |
[Chicken-hackers] [PATCH 0/3] Minor make rule updates |
Date: |
Thu, 2 Nov 2017 22:26:15 +1300 |
Hi,
Here are some small patches that updates a few things in our make rules.
The first makes a handful of minor changes in order to bring the
"testclean" target up to date, so that it actually does clean all files
generated by the tests.
The second makes sure the "chicken.compiler.chicken.import.scm" file is
cleaned up like the other compiler import libraries. I'm not sure why it
was excluded in the first place, but it was special cased that way so
if there is a reason it should be kept around and I'm just missing it
please set me straight.
The third adds a "bootclean" target that removes the artifacts generated
by a "boot-chicken" build.
Cheers,
Evan
0001-Clean-up-all-generated-files-when-running-make-testc.patch
Description: Text Data
0002-Remove-the-chicken.compiler.chicken-import-library-o.patch
Description: Text Data
0003-Add-bootclean-target-for-removing-boot-chicken-artif.patch
Description: Text Data
- [Chicken-hackers] [PATCH 0/3] Minor make rule updates,
Evan Hanson <=