* [Buildroot] patch mkdosfs to properly install dosfstools (does it make sense to rename it dosfstools?) svn:17728
@ 2007-02-04 22:52 Doug the RockRat
0 siblings, 0 replies; only message in thread
From: Doug the RockRat @ 2007-02-04 22:52 UTC (permalink / raw)
To: buildroot
diff -ruN svn/buildroot/package/mkdosfs/mkdosfs.mk
buildroot-2007-02-02/package/mkdosfs/mkdosfs.mk
--- svn/buildroot/package/mkdosfs/mkdosfs.mk
2007-02-02 10:49:33.000000000 -0700
+++ buildroot-2007-02-02/package/mkdosfs/mkdosfs.mk
2007-02-04 15:47:24.000000000 -0700
@@ -31,8 +31,9 @@
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
+ $(MAKE) -C $(MKDOSFS_DIR) PREFIX=$(TARGET_DIR)
install
+ rm -rf $(TARGET_DIR)/usr/man
+ touch -c
$(TARGET_DIR)/$(MKDOSFS_TARGET_BINARY)
mkdosfs: uclibc
$(TARGET_DIR)/$(MKDOSFS_TARGET_BINARY)
____________________________________________________________________________________
Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-04 22:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-04 22:52 [Buildroot] patch mkdosfs to properly install dosfstools (does it make sense to rename it dosfstools?) svn:17728 Doug the RockRat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox