From: andersen at uclibc.org <andersen@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/modutils
Date: Wed, 13 Dec 2006 03:01:55 -0800 (PST) [thread overview]
Message-ID: <20061213110155.81A6B48569@busybox.net> (raw)
Author: andersen
Date: 2006-12-13 03:01:54 -0800 (Wed, 13 Dec 2006)
New Revision: 16882
Log:
update paths
Modified:
trunk/buildroot/package/modutils/modutils.mk
Changeset:
Modified: trunk/buildroot/package/modutils/modutils.mk
===================================================================
--- trunk/buildroot/package/modutils/modutils.mk 2006-12-13 09:17:12 UTC (rev 16881)
+++ trunk/buildroot/package/modutils/modutils.mk 2006-12-13 11:01:54 UTC (rev 16882)
@@ -95,11 +95,12 @@
$(MAKE1) -C $(MODUTILS_DIR2)
touch -c $(MODUTILS_DIR2)/$(MODUTILS_BINARY)
-$(STAGING_DIR)/usr/bin/$(GNU_TARGET_NAME)-depmod: $(MODUTILS_DIR2)/$(MODUTILS_BINARY)
- cp $(MODUTILS_DIR2)/$(MODUTILS_BINARY) $(STAGING_DIR)/usr/bin/$(GNU_TARGET_NAME)-depmod
- touch -c $(STAGING_DIR)/usr/bin/$(GNU_TARGET_NAME)-depmod
+$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod: $(MODUTILS_DIR2)/$(MODUTILS_BINARY)
+ mkdir -p $(STAGING_DIR)/bin
+ cp $(MODUTILS_DIR2)/$(MODUTILS_BINARY) $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod
+ touch -c $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod
-cross-depmod: uclibc $(STAGING_DIR)/usr/bin/$(GNU_TARGET_NAME)-depmod
+cross-depmod: uclibc $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod
cross-depmod-source: $(DL_DIR)/$(MODUTILS_SOURCE)
next reply other threads:[~2006-12-13 11:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 11:01 andersen at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-26 0:13 [Buildroot] svn commit: trunk/buildroot/package/modutils ulf at uclibc.org
2007-07-31 18:37 ulf at uclibc.org
2006-10-09 21:08 andersen 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=20061213110155.81A6B48569@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox