Summary
Missing backslash in rules.make
Metadata
- Id: 411cb2ee4cecdd24f80152a907df7bb42c16912b
- Trac id: 195
- Type: defect
- Reporter: jeronimo
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty:
- Resolution: duplicate
- Priority: minor
- Milestone: 4.5.0
- Version: 4.4.x
- Changetime: 2010-03-27 19:43:26 UTC
- Created: 2010-03-27 11:47:45 UTC
- Keywords:
Attachments
- 411cb2ee4cecdd24f80152a907df7bb42c16912b/attachments/missing-backslash.diff
Description
Hi,
It seems that a backslash is missing on rules.make. This patch fixes it.
J.
Changes and comments
[2010-03-27 11:48:36 UTC] jeronimo attached missing-backslash.diff (description=#f)
[2010-03-27 11:51:31 UTC] jeronimo wrote:
Sorry, I thought trac would let me keep editing after I attached the patch.
This is git HEAD from master branch. The clean target is broken:
make PLATFORM=linux clean make -f ./Makefile.linux CONFIG= clean make[1]: Entering directory `/home/jeronimo/pkg/scheme/chicken/git/chicken-core' rm -f chicken csi csc \ chicken-profile \ chicken-install \ chicken-uninstall \ chicken-status \ chicken-bug *.o \ libchicken.so \ libchicken.a libchicken.so \ chicken.import.so lolevel.import.so srfi-1.import.so srfi-4.import.so data-structures.import.so ports.import.so files.import.so posix.import.so srfi-13.import.so srfi-69.import.so extras.import.so regex.import.so srfi-14.import.so tcp.import.so foreign.import.so scheme.import.so srfi-18.import.so utils.import.so csi.import.so irregex.import.so setup-api.import.so setup-download.import.so \ setup-api.so setup-api.import.scm setup-download.so \ setup-download.import.scm setup-api.c setup-download.c make[1]: setup-api.c: Command not found make[1]: *** [clean] Error 127 make[1]: Leaving directory `/home/jeronimo/pkg/scheme/chicken/git/chicken-core' make: *** [clean] Error 2
J.
[2010-03-27 19:43:26 UTC] zbigniew changed status from new to closed
[2010-03-27 19:43:26 UTC] zbigniew set resolution to duplicate
[2010-03-27 19:43:26 UTC] zbigniew wrote:
Closing, duplicate of http://www.irp.oist.jp/trac/chicken/ticket/191