From: Nick Alcock <nick.alcock@oracle.com>
To: netdev@vger.kernel.org
Subject: [PATCH iproute2] Install the bridge command under the same name we build it.
Date: Sat, 04 Aug 2012 15:36:05 +0100 [thread overview]
Message-ID: <87ehnmiv1m.fsf@spindle.srvr.nix> (raw)
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
---
bridge/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bridge/Makefile b/bridge/Makefile
index 0c333bf..9a6743e 100644
--- a/bridge/Makefile
+++ b/bridge/Makefile
@@ -7,8 +7,8 @@ all: bridge
bridge: $(BROBJ) $(LIBNETLINK)
install: all
- install -m 0755 br $(DESTDIR)$(SBINDIR)
+ install -m 0755 bridge $(DESTDIR)$(SBINDIR)
clean:
- rm -f $(BROBJ) br
+ rm -f $(BROBJ) bridge
--
1.7.11.2.155.g5ceeb62
next reply other threads:[~2012-08-04 14:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-04 14:36 Nick Alcock [this message]
2012-08-06 1:51 ` [PATCH iproute2] Install the bridge command under the same name we build it Li Wei
2012-08-13 15:04 ` Stephen Hemminger
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=87ehnmiv1m.fsf@spindle.srvr.nix \
--to=nick.alcock@oracle.com \
--cc=netdev@vger.kernel.org \
/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.