Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/nfs-utils
Date: Sun, 21 Jan 2007 15:09:52 -0800 (PST)	[thread overview]
Message-ID: <20070121230952.9BADF4859A@busybox.net> (raw)

Author: aldot
Date: 2007-01-21 15:09:51 -0800 (Sun, 21 Jan 2007)
New Revision: 17445

Log:
- add missing dependency on host-fakeroot


Modified:
   trunk/buildroot/package/nfs-utils/nfs-utils.mk


Changeset:
Modified: trunk/buildroot/package/nfs-utils/nfs-utils.mk
===================================================================
--- trunk/buildroot/package/nfs-utils/nfs-utils.mk	2007-01-21 22:31:03 UTC (rev 17444)
+++ trunk/buildroot/package/nfs-utils/nfs-utils.mk	2007-01-21 23:09:51 UTC (rev 17445)
@@ -20,7 +20,7 @@
 	$(NFS_UTILS_CAT) $(DL_DIR)/$(NFS_UTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(NFS_UTILS_DIR) package/nfs-utils/ nfs-utils*.patch
 	toolchain/patch-kernel.sh $(NFS_UTILS_DIR) $(NFS_UTILS_DIR)/debian/ *.patch
-	touch $(NFS_UTILS_DIR)/.unpacked
+	touch $@
 
 $(NFS_UTILS_DIR)/.configured: $(NFS_UTILS_DIR)/.unpacked
 	(cd $(NFS_UTILS_DIR); rm -rf config.cache; \
@@ -36,7 +36,7 @@
 		--disable-nfsv4 \
 		--disable-gss \
 	);
-	touch $(NFS_UTILS_DIR)/.configured
+	touch $@
 
 $(NFS_UTILS_DIR)/$(NFS_UTILS_BINARY): $(NFS_UTILS_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) CC_FOR_BUILD="$(HOSTCC)" \
@@ -65,7 +65,7 @@
 $(TARGET_DIR)/$(NFS_UTILS_TARGET_BINARY): $(STAGING_DIR)/.fakeroot.nfs-utils
 	touch -c $(TARGET_DIR)/$(NFS_UTILS_TARGET_BINARY)
 
-nfs-utils: uclibc $(TARGET_DIR)/$(NFS_UTILS_TARGET_BINARY)
+nfs-utils: uclibc host-fakeroot $(TARGET_DIR)/$(NFS_UTILS_TARGET_BINARY)
 
 nfs-utils-clean:
 	rm -f $(TARGET_DIR)/etc/init.d/S60nfs

             reply	other threads:[~2007-01-21 23:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-21 23:09 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-05-07  3:59 [Buildroot] svn commit: trunk/buildroot/package/nfs-utils sjhill at uclibc.org
2007-01-22 15:56 aldot at uclibc.org
2007-01-14  3:27 sjhill 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=20070121230952.9BADF4859A@busybox.net \
    --to=aldot@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