All of 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/sudo
Date: Tue,  3 Oct 2006 06:42:43 -0700 (PDT)	[thread overview]
Message-ID: <20061003134243.2B50048593@busybox.net> (raw)

Author: aldot
Date: 2006-10-03 06:42:42 -0700 (Tue, 03 Oct 2006)
New Revision: 16296

Log:
- late binding isn't a good idea there, i did end up with an empty SOURCE.


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


Changeset:
Modified: trunk/buildroot/package/sudo/sudo.mk
===================================================================
--- trunk/buildroot/package/sudo/sudo.mk	2006-10-03 10:47:35 UTC (rev 16295)
+++ trunk/buildroot/package/sudo/sudo.mk	2006-10-03 13:42:42 UTC (rev 16296)
@@ -5,10 +5,10 @@
 #############################################################
 
 SUDO_VER:=1.6.8p9
+SUDO_SOURCE:=sudo-$(SUDO_VER).tar.gz
+SUDO_SITE:=http://www.courtesan.com/sudo/dist
 SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VER)
-SUDO_SOURCE:=sudo-$(SUDO_VER).tar.gz
-SUDO_SITE=http://www.courtesan.com/sudo/dist
-SUDO_UNZIP=$(ZCAT)
+SUDO_UNZIP:=$(ZCAT)
 
 $(DL_DIR)/$(SUDO_SOURCE):
 	 $(WGET) -P $(DL_DIR) $(SUDO_SITE)/$(SUDO_SOURCE)

             reply	other threads:[~2006-10-03 13:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-03 13:42 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-12-15 15:15 [Buildroot] svn commit: trunk/buildroot/package/sudo aldot at uclibc.org
2006-12-21 13:52 aldot at uclibc.org
2008-03-06 18:26 ninevoltz at uclibc.org
2008-08-27 20:18 jacmet at uclibc.org
2009-01-11 19:58 ulf at uclibc.org
2009-01-11 20:36 jacmet at uclibc.org
2009-01-11 22:24 ` Ulf Samuelsson
2009-01-12  6:26   ` Peter Korsgaard
2009-01-11 22:31 ulf at uclibc.org
2009-01-12  0:06 ulf at uclibc.org
2009-01-12  6:27 ` Peter Korsgaard
2009-01-12  8:42   ` Ulf Samuelsson
2009-01-12  9:01     ` Peter Korsgaard

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=20061003134243.2B50048593@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.