Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ninevoltz at uclibc.org <ninevoltz@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/rsync
Date: Thu,  6 Mar 2008 10:22:48 -0800 (PST)	[thread overview]
Message-ID: <20080306182248.9EBC412026A@busybox.net> (raw)

Author: ninevoltz
Date: 2008-03-06 10:22:48 -0800 (Thu, 06 Mar 2008)
New Revision: 21223

Log:
cleanup rsync makefile

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


Changeset:
Modified: trunk/buildroot/package/rsync/rsync.mk
===================================================================
--- trunk/buildroot/package/rsync/rsync.mk	2008-03-06 18:22:31 UTC (rev 21222)
+++ trunk/buildroot/package/rsync/rsync.mk	2008-03-06 18:22:48 UTC (rev 21223)
@@ -20,7 +20,7 @@
 	$(RSYNC_CAT) $(DL_DIR)/$(RSYNC_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(RSYNC_DIR) package/rsync/ rsync\*.patch
 	$(CONFIG_UPDATE) $(RSYNC_DIR)
-	touch $(RSYNC_DIR)/.unpacked
+	touch $@
 
 $(RSYNC_DIR)/.configured: $(RSYNC_DIR)/.unpacked
 	(cd $(RSYNC_DIR); rm -rf config.cache; \
@@ -33,7 +33,7 @@
 		--prefix=/usr \
 		--with-included-popt \
 	)
-	touch $(RSYNC_DIR)/.configured
+	touch $@
 
 $(RSYNC_DIR)/$(RSYNC_BINARY): $(RSYNC_DIR)/.configured
 	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(RSYNC_DIR)

             reply	other threads:[~2008-03-06 18:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-06 18:22 ninevoltz at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-03  8:04 [Buildroot] svn commit: trunk/buildroot/package/rsync nkukard at uclibc.org
2008-08-20 14:15 jacmet at uclibc.org
2008-08-20 14:15 jacmet at uclibc.org
2008-03-10 16:17 ninevoltz at uclibc.org
2006-11-20 16:40 aldot 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=20080306182248.9EBC412026A@busybox.net \
    --to=ninevoltz@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