Opened 14 years ago

Closed 14 years ago

#195 closed defect (duplicate)

Missing backslash in rules.make

Reported by: Jeronimo Pellegrini Owned by:
Priority: minor Milestone: 4.5.0
Component: build system Version: 4.4.x
Keywords: Cc:
Estimated difficulty:

Description

Hi,

It seems that a backslash is missing on rules.make. This patch fixes it.

J.

Attachments (1)

missing-backslash.diff (511 bytes) - added by Jeronimo Pellegrini 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Jeronimo Pellegrini

Attachment: missing-backslash.diff added

comment:1 Changed 14 years ago by Jeronimo Pellegrini

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.

comment:2 Changed 14 years ago by Jim Ursetto

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.