Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ipsec-tools
Date: Mon, 28 Aug 2006 06:46:39 -0700 (PDT)	[thread overview]
Message-ID: <20060828134639.628E6486A5@busybox.net> (raw)

Author: aldot
Date: 2006-08-28 06:46:38 -0700 (Mon, 28 Aug 2006)
New Revision: 16001

Log:
- use cross strip instead of host strip; closes #773


Modified:
   trunk/buildroot/package/ipsec-tools/ipsec-tools.mk


Changeset:
Modified: trunk/buildroot/package/ipsec-tools/ipsec-tools.mk
===================================================================
--- trunk/buildroot/package/ipsec-tools/ipsec-tools.mk	2006-08-28 13:29:41 UTC (rev 16000)
+++ trunk/buildroot/package/ipsec-tools/ipsec-tools.mk	2006-08-28 13:46:38 UTC (rev 16001)
@@ -97,8 +97,8 @@
   $(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_SETKEY) \
   $(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOON) \
   $(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOONCTL) 
-	make -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) install
-	strip --strip-unneeded --remove-section=.comment \
+	$(MAKE) -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) install
+	$(STRIP) --strip-unneeded --remove-section=.comment \
           --remove-section=.note \
 	  $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
 	  $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \

             reply	other threads:[~2006-08-28 13:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-28 13:46 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-11-17 11:48 [Buildroot] svn commit: trunk/buildroot/package/ipsec-tools aldot at uclibc.org
2006-11-20 13:37 aldot at uclibc.org
2006-11-22 20:26 aldot at uclibc.org
2007-06-25  9:41 aldot at uclibc.org
2007-09-23  9:56 ulf at uclibc.org
2007-11-29 13:06 ulf at uclibc.org
2009-03-02 19:56 jacmet at uclibc.org

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=20060828134639.628E6486A5@busybox.net \
    --to=aldot@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