Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: hamish at uclibc.org <hamish@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/kexec
Date: Tue, 27 May 2008 18:21:47 -0700 (PDT)	[thread overview]
Message-ID: <20080528012147.A097B3C5D5@busybox.net> (raw)

Author: hamish
Date: 2008-05-27 18:21:45 -0700 (Tue, 27 May 2008)
New Revision: 22096

Log:
Remove bashisms


Modified:
   trunk/buildroot/package/kexec/kexec.mk


Changeset:
Modified: trunk/buildroot/package/kexec/kexec.mk
===================================================================
--- trunk/buildroot/package/kexec/kexec.mk	2008-05-27 15:57:48 UTC (rev 22095)
+++ trunk/buildroot/package/kexec/kexec.mk	2008-05-28 01:21:45 UTC (rev 22096)
@@ -62,13 +62,13 @@
 	cp -dpf $(KEXEC_DIR)/objdir-$(GNU_TARGET_NAME)/build/sbin/$(KEXEC_BINARY) \
 		$(KEXEC_DIR)/objdir-$(GNU_TARGET_NAME)/build/sbin/kdump \
 		$(TARGET_DIR)/sbin/
-	$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/sbin/k{exec,dump}
+	$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/sbin/kexec $(TARGET_DIR)/sbin/kdump
 
 kexec: uclibc $(TARGET_DIR)/$(KEXEC_TARGET_BINARY)
 
 kexec-clean:
 	-$(MAKE) -C $(KEXEC_DIR) clean
-	rm -f $(TARGET_DIR)/sbin/k{exec,dump}
+	rm -f $(TARGET_DIR)/sbin/kexec $(TARGET_DIR)/sbin/kdump
 
 kexec-dirclean:
 	rm -rf $(KEXEC_DIR)

             reply	other threads:[~2008-05-28  1:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-28  1:21 hamish at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-02-21 19:13 [Buildroot] svn commit: trunk/buildroot/package/kexec jacmet at uclibc.org
2007-10-18  5:26 ulf at uclibc.org
2007-10-18  5:47 ` Hamish Moffatt
2007-10-18  6:16   ` Ulf Samuelsson
2007-07-27  7:34 ulf at uclibc.org
2007-07-27 10:32 ` Bernhard Fischer
2007-07-24 14:06 ulf at uclibc.org
2007-07-24 14:05 ` Bernhard Fischer
2007-01-24 19:11 aldot at uclibc.org
2007-01-23 11:47 aldot at uclibc.org
2007-01-22 14:59 aldot at uclibc.org
2006-12-20 17:40 aldot at uclibc.org
2006-12-20 16:50 aldot at uclibc.org
2006-12-20 17:01 ` Petr Stetiar
2007-01-22 16:45   ` Bernhard Fischer
2006-12-20 14:41 aldot 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=20080528012147.A097B3C5D5@busybox.net \
    --to=hamish@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