• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/mdadm/0010-add-install-targets-for-mdadm-and-mdmon.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From a1a9243671b1e23123f57e879890325154b8e00d Mon Sep 17 00:00:00 2001
2
From: Christophe Vu-Brugier <cvubrugier@lacie.com>
3
Date: Wed, 6 Mar 2013 16:03:14 +0100
4
Subject: [PATCH] Add install targets for mdadm and mdmon
5
​
6
​
7
Signed-off-by: Christophe Vu-Brugier <cvubrugier@lacie.com>
8
---
9
 Makefile |    6 +++++-
10
 1 file changed, 5 insertions(+), 1 deletion(-)
11
​
12
diff --git a/Makefile b/Makefile
13
index 315455b..27d8eeb 100644
14
--- a/Makefile
15
+++ b/Makefile
16
@@ -231,8 +231,12 @@ $(MON_OBJS) : $(INCL) mdmon.h
17
 sha1.o : sha1.c sha1.h md5.h
18
    $(CC) $(CFLAGS) -DHAVE_STDINT_H -o sha1.o -c sha1.c
19
 
20
-install : mdadm mdmon install-man install-udev
21
+install : install-mdadm install-mdmon install-man install-udev
22
+
23
+install-mdadm :
24
    $(INSTALL) -D $(STRIP) -m 755 mdadm $(DESTDIR)$(BINDIR)/mdadm
25
+
26
+install-mdmon :
27
    $(INSTALL) -D $(STRIP) -m 755 mdmon $(DESTDIR)$(BINDIR)/mdmon
28
 
29
 install-static : mdadm.static install-man
30
-- 
31
1.7.10.4
32
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.