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/sudo
Date: Thu,  6 Mar 2008 10:26:11 -0800 (PST)	[thread overview]
Message-ID: <20080306182611.13B18120250@busybox.net> (raw)

Author: ninevoltz
Date: 2008-03-06 10:26:10 -0800 (Thu, 06 Mar 2008)
New Revision: 21230

Log:
cleanup sudo makefile

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


Changeset:
Modified: trunk/buildroot/package/sudo/sudo.mk
===================================================================
--- trunk/buildroot/package/sudo/sudo.mk	2008-03-06 18:25:46 UTC (rev 21229)
+++ trunk/buildroot/package/sudo/sudo.mk	2008-03-06 18:26:10 UTC (rev 21230)
@@ -19,7 +19,7 @@
 	$(SUDO_UNZIP) $(DL_DIR)/$(SUDO_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(SUDO_DIR) package/sudo sudo\*.patch
 	$(CONFIG_UPDATE) $(SUDO_DIR)
-	touch $(SUDO_DIR)/.unpacked
+	touch $@
 
 $(SUDO_DIR)/.configured: $(SUDO_DIR)/.unpacked $(SUDO_CONFIG_FILE)
 	(cd $(SUDO_DIR); rm -rf config.cache; \
@@ -50,11 +50,11 @@
 		$(SUDO_EXTRA_CONFIG) \
 	)
 
-	touch $(SUDO_DIR)/.configured
+	touch $@
 
 $(SUDO_DIR)/sudo: $(SUDO_DIR)/.configured
 	$(MAKE) -C $(SUDO_DIR)
-	touch -c $(SUDO_DIR)/sudo
+	touch -c $@
 
 $(TARGET_DIR)/usr/bin/sudo: $(SUDO_DIR)/sudo
 	$(INSTALL) -m 4555 -D $(SUDO_DIR)/sudo $(TARGET_DIR)/usr/bin/sudo

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

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-06 18:26 ninevoltz at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-12  0:06 [Buildroot] svn commit: trunk/buildroot/package/sudo 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
2009-01-11 22:31 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 19:58 ulf at uclibc.org
2008-08-27 20:18 jacmet at uclibc.org
2006-12-21 13:52 aldot at uclibc.org
2006-12-15 15:15 aldot at uclibc.org
2006-10-03 13:42 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=20080306182611.13B18120250@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