Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Samuelsson <ulf.samuelsson@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot:  package
Date: Mon, 10 Mar 2008 22:32:31 +0100	[thread overview]
Message-ID: <01a201c882fb$c8bab2e0$080514ac@atmel.com> (raw)
In-Reply-To: 87d4q21daj.fsf@macbook.be.48ers.dk

----- Original Message ----- 
From: "Peter Korsgaard" <jacmet@uclibc.org>
To: "Ulf Samuelsson" <ulf.samuelsson@atmel.com>
Cc: "Peter Korsgaard" <jacmet@uclibc.org>; <buildroot@uclibc.org>
Sent: Monday, March 10, 2008 10:26 PM
Subject: Re: [Buildroot] svn commit: trunk/buildroot: package


>>>>>> "Ulf" == Ulf Samuelsson <ulf.samuelsson@atmel.com> writes:
> 
> Hi,
> 
> Ulf> I might be wrong, since I didn't look at the patch, but it looks
> Ulf> to me that the patch will clean out the directory if unset.
> 
> Ulf> If the switch is there, then the files should be copied to th
> Ulf> target directory.  If the switch was never there, then there
> Ulf> should not be any such files in the target directory.  If the
> Ulf> switch was there and is unset then I think the directory should
> Ulf> be cleaned out with an explicit command.
> 
> Sure, that's the nicest approach. But it also means every package .mk
> needs to get fixed. This approach basically gives the same result with
> only 4 lines or so of code.
> 
> So the basic system is here, but it can be refined by adding
> HAVE_DEVFILES support to (library) packages (and the C library) one by
> one. Once that is done this "dirty" solution can be removed.
> 
> Or we can simply decide it isn't worth it and stick with the current
> solution.
> 
> -- 
> Bye, Peter Korsgaard

Or add this to the Makefile:

nodevfiles:
            rm -rf $(TARGET_DIR)/usr/include
            find $(TARGET_DIR)/usr/lib -name '*.a' -delete

Then the user can make his own decisions.
The packages will not add any ".a" packages,
and none will be deleted, unless the user wishes them to be.

Best Regards
Ulf Samuelsson

  reply	other threads:[~2008-03-10 21:32 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-10 15:22 [Buildroot] svn commit: trunk/buildroot: package ninevoltz at uclibc.org
2008-03-10 16:24 ` Peter Korsgaard
2008-03-10 20:20   ` Ulf Samuelsson
2008-03-10 20:33     ` Peter Korsgaard
2008-03-10 21:17       ` Ulf Samuelsson
2008-03-10 21:26         ` Peter Korsgaard
2008-03-10 21:32           ` Ulf Samuelsson [this message]
2008-03-10 23:24             ` Thiago A. Corrêa
2008-03-11  8:11               ` Ulf Samuelsson
  -- strict thread matches above, loose matches on Subject: below --
2008-11-05 10:41 egtvedt at uclibc.org
2008-10-20 11:32 jacmet at uclibc.org
2008-07-24 13:38 jacmet at uclibc.org
2008-06-01 17:58 antab at uclibc.org
2008-03-12 13:07 ninevoltz at uclibc.org
2007-10-18 12:38 ulf at uclibc.org
2007-10-07 18:23 ulf at uclibc.org
2007-10-07 18:20 ` Bernhard Fischer
2007-10-07 22:58   ` Ulf Samuelsson
2007-09-17 21:50 aldot at uclibc.org
2007-07-31 18:06 aldot at uclibc.org
2007-07-20  7:34 ulf at uclibc.org
2007-06-28 10:47 aldot at uclibc.org
2006-07-18 15:59 andersen

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='01a201c882fb$c8bab2e0$080514ac@atmel.com' \
    --to=ulf.samuelsson@atmel.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