All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] compiling package/libcgi before my cgi code
Date: Wed, 25 Jan 2012 07:28:45 +0100	[thread overview]
Message-ID: <87d3a88fdu.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1327461829.96179.YahooMailNeo@web120202.mail.ne1.yahoo.com> (Sridhar Addagada's message of "Tue, 24 Jan 2012 19:23:49 -0800 (PST)")

>>>>> "Sridhar" == Sridhar Addagada <sridhar_a@yahoo.com> writes:

 Sridhar> Hi,

 Sridhar> I'm working to implement web management on our device, and
 Sridhar> have enabled lighttpd, and created a new directory under
 Sridhar> packages (packages/mycgi) where i put in my xxx-cgi.c code.  I
 Sridhar> need to make sure that libcgi compiles before my cgi sources
 Sridhar> are compiled.  Here is the makefile I've cooked up.  Any
 Sridhar> suggestions appreciated.

You use rather use the new-style GENTARGETS format, and simply add
WEBCFG_DEPENDENCIES = libcgi like you already did. For details, see the
documentation:

http://buildroot.net/buildroot.html#generic-tutorial

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2012-01-25  6:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-25  3:23 [Buildroot] compiling package/libcgi before my cgi code Sridhar Addagada
2012-01-25  6:28 ` Peter Korsgaard [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=87d3a88fdu.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.