[Klone-users] KLone daemon name

Mickael Auger mickael.auger at gmail.com
Tue Jun 3 09:52:00 EDT 2008


Hi,

I use :
- KLone 2.1.1rc0
- m68k


Before the first compilation, my main folder contains :
    - klone-2.1.1rc0.tar.gz
    - m68k-elf.tc
    - klapp.mk
    - Makefile
    - webapp
       - etc (with my custom kloned.conf)
       - www (with my custom pages)


I wish rename my KLone daenom with using "KLONE_DAEMON_NAME" option of
Makefile.
But, after modification of Makefile, I enter "make clean && make" and the
KLone daenom call always "kloned" (in
"klone-2.1.1rc0/build/target/klone-core-2.1.1rc0/src/kloned")


My Makefile :
=======================
    KLONE_VERSION = 2.1.1rc0
    KLONE_CUSTOM_TC = $(CURDIR)/m68k-elf.tc
    KLONE_IMPORT_ARGS = -z
    KLONE_DAEMON_NAME = module-web

    WEBAPP_DIR = $(CURDIR)/webapp
    WEBAPP_CFLAGS = -I$(CURDIR)/

    include klapp.mk

    klapp.mk: ; wget -O $@ http://koanlogic.com/klone/klapp.mk
=======================

Have you a solution ?
Or can I rename manually the KLone deamon without any problem ?


Thanks.

-- 
Mickaël AUGER
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://koanlogic.com/pipermail/klone-users/attachments/20080603/913c579c/attachment.html


More information about the Klone-users mailing list