Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] iproute: fix makefile
Date: Wed, 04 Mar 2009 21:17:35 +0100	[thread overview]
Message-ID: <877i35gi00.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1236077910-15674-2-git-send-email-razzor@kopf-tisch.de> (Olaf Rempel's message of "Tue\, 3 Mar 2009 11\:58\:23 +0100")

>>>>> "Olaf" == Olaf Rempel <razzor@kopf-tisch.de> writes:

 Olaf> - bump version to 2.6.28
 Olaf> - fix download
 Olaf> - change compile ordering (build tc after ip)
 Olaf> - remove both binaries from target when cleaning up

Thanks, committed as r25529 except for:

 Olaf>  $(TARGET_DIR)/$(IPROUTE2_TARGET_BINARY): $(IPROUTE2_DIR)/$(IPROUTE2_BINARY)
 Olaf> -	install -Dc $(IPROUTE2_DIR)/ip/ip $(TARGET_DIR)/sbin/ip
 Olaf> -	install -Dc $(IPROUTE2_DIR)/$(IPROUTE2_BINARY) $(TARGET_DIR)/$(IPROUTE2_TARGET_BINARY)
 Olaf> +	$(INSTALL) -m 0755 -s $(IPROUTE2_DIR)/ip/ip $(TARGET_DIR)/sbin/ip
 Olaf> +	$(INSTALL) -m 0755 -s $(IPROUTE2_DIR)/$(IPROUTE2_BINARY) $(TARGET_DIR)/$(IPROUTE2_TARGET_BINARY)

install -s doesn't work when cross compiling. Fixed to use a seperate
$(STRIPCMD) invocation.

-- 
Bye, Peter Korsgaard

      parent reply	other threads:[~2009-03-04 20:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-03 10:58 [Buildroot] some patches and new packages Olaf Rempel
2009-03-03 10:58 ` [Buildroot] iproute: fix makefile Olaf Rempel
2009-03-03 10:58   ` [Buildroot] iptables: bump version Olaf Rempel
2009-03-03 10:58     ` [Buildroot] ncftp: convert to Makefile.autotools.in Olaf Rempel
2009-03-03 10:58       ` [Buildroot] ntfs-3g: " Olaf Rempel
2009-03-03 10:58         ` [Buildroot] dmraid: fix build & " Olaf Rempel
2009-03-03 10:58           ` [Buildroot] ctorrent: new package Olaf Rempel
2009-03-03 10:58             ` [Buildroot] lzop: " Olaf Rempel
2009-03-03 10:58               ` [Buildroot] ntfsprogs: " Olaf Rempel
2009-03-04 13:23           ` [Buildroot] dmraid: fix build & convert to Makefile.autotools.in Peter Korsgaard
2009-03-03 22:28     ` [Buildroot] iptables: bump version Peter Korsgaard
2009-03-04 20:17   ` 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=877i35gi00.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox