[Klone-users] Using Klone with C++ - Bug???
Stefano Barbato
barbato at koanlogic.com
Mon Mar 10 05:38:09 EDT 2008
On 10/mar/08, at 09:14, thomas fossati wrote:
>
> add: 'KLONE_TARGET_PATCH_FILE = fixc++.patch' to the bootstrap/top-
> level Makefile
you can keep the patch file out of the source tree specifying the
whole path in the top-level Makefile:
---[ Makefile ]---
KLONE_VERSION = 2.0.2
KLONE_TARGET_PATCH_FILE = $(CURDIR)/fixc++.patch
WEBAPP_DIR = $(CURDIR)/webapp
include klapp.mk
klapp.mk: ; wget -O $@ http://koanlogic.com/klone/klapp.mk
------------------
note: CURDIR is a Make predefined variable that points to the current
directory.
bye!
More information about the klone-users
mailing list