All of lore.kernel.org
 help / color / mirror / Atom feed
From: andersen at uclibc.org <andersen@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/dm
Date: Wed, 12 Sep 2007 01:52:46 -0700 (PDT)	[thread overview]
Message-ID: <20070912085246.67D3BA6811@busybox.net> (raw)

Author: andersen
Date: 2007-09-12 01:52:44 -0700 (Wed, 12 Sep 2007)
New Revision: 19827

Log:
bump version, fixup some brokenness


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


Changeset:
Modified: trunk/buildroot/package/dm/dm.mk
===================================================================
--- trunk/buildroot/package/dm/dm.mk	2007-09-12 07:05:52 UTC (rev 19826)
+++ trunk/buildroot/package/dm/dm.mk	2007-09-12 08:52:44 UTC (rev 19827)
@@ -24,7 +24,7 @@
 # USA
 
 DM_BASEVER=1.02
-DM_PATCH=20
+DM_PATCH=22
 DM_VERSION=$(DM_BASEVER).$(DM_PATCH)
 DM_SOURCE:=device-mapper.$(DM_VERSION).tgz
 DM_SITE:=ftp://sources.redhat.com/pub/dm
@@ -35,7 +35,7 @@
 DM_TARGET_BINARY:=$(TARGET_DIR)/usr/sbin/dmsetup
 DM_STAGING_LIBRARY:=$(STAGING_DIR)/lib/libdevmapper.so
 DM_TARGET_LIBRARY:=$(TARGET_DIR)/usr/lib/libdevmapper.so
-DM_TARGET_HEADER:=$(TARGET_DIR)/usr/include/libdevmapper.h
+DM_TARGET_HEADER:=$(TARGET_DIR)/include/libdevmapper.h
 
 $(DL_DIR)/$(DM_SOURCE):
 	$(WGET) -P $(DL_DIR) $(DM_SITE)/$(DM_SOURCE) || \
@@ -86,7 +86,6 @@
 $(DM_STAGING_BINARY) $(DM_STAGING_LIBRARY): $(DM_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) -C $(DM_DIR)
 	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(DM_DIR) install
-	mv $(STAGING_DIR)/include/libdevmapper.h $(STAGING_DIR)/usr/include/libdevmapper.h
 
 # Install dmsetup from staging to target
 $(DM_TARGET_BINARY): $(DM_STAGING_BINARY)
@@ -109,9 +108,10 @@
 # Install header file
 $(DM_TARGET_HEADER): $(DM_TARGET_LIBRARY)
 	rm -f $@
-	$(INSTALL) -m 0644 $(STAGING_DIR)/usr/include/libdevmapper.h $@
+	mkdir -p $(STAGING_DIR)/include
+	$(INSTALL) -m 0644 $(STAGING_DIR)/include/libdevmapper.h $@
 
-dm: uclibc $(DM_TARGET_BINARY) $(DM_TARGET_LIBRARY) $(DM_TARGET_HEADER)
+dm: uclibc $(DM_TARGET_BINARY) $(DM_TARGET_LIBRARY) #$(DM_TARGET_HEADER)
 
 dm-clean:
 	rm $(DM_TARGET_BINARY) $(DM_TARGET_LIBRARY) $(DM_TARGET_LIBRARY).$(DM_BASEVER) $(DM_TARGET_HEADER)

             reply	other threads:[~2007-09-12  8:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-12  8:52 andersen at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-16 12:34 [Buildroot] svn commit: trunk/buildroot/package/dm jacmet at uclibc.org
2008-12-09 20:00 andersen at uclibc.org
2008-12-09 20:08 ` Peter Korsgaard
2008-12-12 10:30   ` Erik Andersen
2007-09-12 17:33 andersen at uclibc.org
2007-08-12 11:59 ulf at uclibc.org
2007-05-18  9:59 aldot at uclibc.org
2006-11-29 10:23 aldot at uclibc.org
2006-09-28 14:26 aldot at uclibc.org
2006-08-24 21:46 aldot at uclibc.org
2006-07-19 16:54 vapier

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=20070912085246.67D3BA6811@busybox.net \
    --to=andersen@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 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.