Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/mkdosfs
Date: Sun,  2 Nov 2008 22:16:37 -0800 (PST)	[thread overview]
Message-ID: <20081103061637.877213C89B@busybox.net> (raw)

Author: jacmet
Date: 2008-11-02 22:16:36 -0800 (Sun, 02 Nov 2008)
New Revision: 23907

Log:
mkdosfs: cleanup target install handling

closes #5834.

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


Changeset:
Modified: trunk/buildroot/package/mkdosfs/mkdosfs.mk
===================================================================
--- trunk/buildroot/package/mkdosfs/mkdosfs.mk	2008-11-02 20:21:59 UTC (rev 23906)
+++ trunk/buildroot/package/mkdosfs/mkdosfs.mk	2008-11-03 06:16:36 UTC (rev 23907)
@@ -26,8 +26,8 @@
 	touch -c $(MKDOSFS_DIR)/mkdosfs/mkdosfs
 
 $(TARGET_DIR)/$(MKDOSFS_TARGET_BINARY): $(MKDOSFS_DIR)/$(MKDOSFS_BINARY)
-	cp -a $(MKDOSFS_DIR)/$(MKDOSFS_BINARY) $(TARGET_DIR)/$(MKDOSFS_TARGET_BINARY)
-	touch -c $(TARGET_DIR)/sbin/mkdosfs
+	cp -a $(MKDOSFS_DIR)/$(MKDOSFS_BINARY) $@
+	touch -c $@
 
 mkdosfs: uclibc $(TARGET_DIR)/$(MKDOSFS_TARGET_BINARY)
 

                 reply	other threads:[~2008-11-03  6:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20081103061637.877213C89B@busybox.net \
    --to=jacmet@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