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/dialog
Date: Mon, 22 Jan 2007 00:54:14 -0800 (PST)	[thread overview]
Message-ID: <20070122085414.3E0534857C@busybox.net> (raw)

Author: aldot
Date: 2007-01-22 00:54:13 -0800 (Mon, 22 Jan 2007)
New Revision: 17450

Log:
- bump patch version


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


Changeset:
Modified: trunk/buildroot/package/dialog/dialog.mk
===================================================================
--- trunk/buildroot/package/dialog/dialog.mk	2007-01-22 08:34:44 UTC (rev 17449)
+++ trunk/buildroot/package/dialog/dialog.mk	2007-01-22 08:54:13 UTC (rev 17450)
@@ -9,7 +9,7 @@
 DIALOG_SITE:=http://ftp.debian.org/debian/pool/main/d/dialog
 DIALOG_DIR:=$(BUILD_DIR)/dialog-$(DIALOG_VERSION)
 # http://ftp.debian.org/debian/pool/main/d/dialog/dialog_1.0-20050306-1.diff.gz
-DIALOG_PATCH1:=dialog_$(DIALOG_VERSION)-1.diff.gz
+DIALOG_PATCH1:=dialog_$(DIALOG_VERSION)-2.diff.gz
 DIALOG_PATCH1_URL:=$(DIALOG_SITE)
 DIALOG_BINARY:=dialog
 DIALOG_TARGET_BINARY:=usr/bin/dialog
@@ -23,7 +23,7 @@
 $(DIALOG_DIR)/.source: $(DL_DIR)/$(DIALOG_SOURCE) $(DL_DIR)/$(DIALOG_PATCH1)
 	$(ZCAT) $(DL_DIR)/$(DIALOG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	$(ZCAT) $(DL_DIR)/$(DIALOG_PATCH1) | patch -p1 -d $(DIALOG_DIR)
-	touch $(DIALOG_DIR)/.source
+	touch $@
 
 $(DIALOG_DIR)/.configured: $(DIALOG_DIR)/.source
 	(cd $(DIALOG_DIR); \
@@ -36,7 +36,7 @@
 		--prefix=/usr \
 		--sysconfdir=/etc \
 	);
-	touch $(DIALOG_DIR)/.configured;
+	touch $@
 
 $(DIALOG_DIR)/$(DIALOG_BINARY): $(DIALOG_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) -C $(DIALOG_DIR)

             reply	other threads:[~2007-01-22  8:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-22  8:54 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-23 14:21 [Buildroot] svn commit: trunk/buildroot/package/dialog ulf at uclibc.org
2007-08-13  0:12 ulf at uclibc.org
2007-02-13 14:00 jacmet at uclibc.org
2006-12-22 13:38 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=20070122085414.3E0534857C@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