Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/sysvinit
Date: Tue, 17 Jul 2007 10:07:35 -0700 (PDT)	[thread overview]
Message-ID: <20070717170735.67C6CA6830@busybox.net> (raw)

Author: ulf
Date: 2007-07-17 10:07:33 -0700 (Tue, 17 Jul 2007)
New Revision: 19139

Log:
Avoid repeated rebuilds of 'sysvinit'

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


Changeset:
Modified: trunk/buildroot/package/sysvinit/sysvinit.mk
===================================================================
--- trunk/buildroot/package/sysvinit/sysvinit.mk	2007-07-17 17:05:58 UTC (rev 19138)
+++ trunk/buildroot/package/sysvinit/sysvinit.mk	2007-07-17 17:07:33 UTC (rev 19139)
@@ -9,13 +9,11 @@
 SYSVINIT_DIR:=$(BUILD_DIR)/sysvinit-$(SYSVINIT_VERSION)
 SYSVINIT_CAT:=$(ZCAT)
 SYSVINIT_BINARY:=src/init
-SYSVINIT_TARGET_BINARY:=bin/init
+SYSVINIT_TARGET_BINARY:=sbin/init
 
 $(DL_DIR)/$(SYSVINIT_SOURCE):
 	$(WGET) -P $(DL_DIR) $(SYSVINIT_SITE)/$(SYSVINIT_SOURCE)
 
-sysvinit-source: $(DL_DIR)/$(SYSVINIT_SOURCE)
-
 sysvinit-unpacked: $(SYSVINIT_DIR)/.unpacked
 $(SYSVINIT_DIR)/.unpacked: $(DL_DIR)/$(SYSVINIT_SOURCE)
 	$(SYSVINIT_CAT) $(DL_DIR)/$(SYSVINIT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
@@ -32,6 +30,8 @@
 
 sysvinit: uclibc ncurses $(TARGET_DIR)/$(SYSVINIT_TARGET_BINARY)
 
+sysvinit-source: $(DL_DIR)/$(SYSVINIT_SOURCE)
+
 sysvinit-clean:
 	for x in halt init shutdown ; do \
 		rm -f $(TARGET_DIR)/sbin/$$x || exit 1 ; \

                 reply	other threads:[~2007-07-17 17:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20070717170735.67C6CA6830@busybox.net \
    --to=ulf@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