From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] OLSR in buildroot - patch 06...may be?
Date: Wed, 19 Sep 2007 22:16:12 +0200 [thread overview]
Message-ID: <20070919201612.GS20058@aon.at> (raw)
In-Reply-To: <a63ecaf0709191256ya56a745n8bf3798892311892@mail.gmail.com>
On Wed, Sep 19, 2007 at 04:56:20PM -0300, Sushi Sensei wrote:
>What file .config? buldroot/.config?
>There are not any more .config file in $(OLSR_DIR)
>
>>+olsr-clean:
>>+ rm -f $(TARGET_DIR)/$(OLSR_TARGET_BINARY)
>>+ rm -f $(TARGET_DIR)/$(OLSR_TARGET_PLUGIN)/olsrd_*.so.*
>>+ rm -f $(TARGET_DIR)/etc/init.d/S50olsr
>>+ -$(MAKE) -C $(OLSR_DIR) clean
>
>I think that I already asked you to rm the .config file, didn't I? ;)
>Please rm the .config file.
>
>
>+$(TARGET_DIR)/$(OLSR_TARGET_BINARY): $(OLSR_DIR)/$(OLSR_BINARY)
>+ rm -f $(TARGET_DIR)/$(OLSR_TARGET_BINARY)
>+ cp -dpf $(OLSR_DIR)/$(OLSR_BINARY) $(TARGET_DIR)/$(OLSR_TARGET_BINARY)
>+ cp -R $(OLSR_DIR)/lib/*/olsrd_*.so.* $(TARGET_DIR)/$(OLSR_TARGET_PLUGIN)
>+ mkdir -p $(TARGET_DIR)/etc/init.d
>+ cp package/olsr/files/S50olsr $(TARGET_DIR)/etc/init.d/
>+ test -r $(TARGET_DIR)/etc/olsrd.conf || \
>+ cp -dpf $(OLSR_DIR)/files/olsrd.conf.default.lq $(TARGET_DIR)/etc/olsrd.conf
this config ------------------------------------------------^
prev parent reply other threads:[~2007-09-19 20:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-19 19:56 [Buildroot] OLSR in buildroot - patch 06...may be? Sushi Sensei
2007-09-19 20:16 ` Bernhard Fischer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070919201612.GS20058@aon.at \
--to=rep.dot.nop@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox