mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 2/3] defaultenv: move common env to defaultenv/common
Date: Wed, 10 Aug 2011 12:47:09 +0200	[thread overview]
Message-ID: <1312973230-27870-2-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <1312973230-27870-1-git-send-email-plagnioj@jcrosoft.com>

this will allow later to add custom part depending on option

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 common/Makefile                          |    2 +-
 defaultenv/{ => common}/bin/_update      |    0
 defaultenv/{ => common}/bin/_update_help |    0
 defaultenv/{ => common}/bin/boot         |    0
 defaultenv/{ => common}/bin/hush_hack    |    0
 defaultenv/{ => common}/bin/init         |    0
 defaultenv/{ => common}/bin/update       |    0
 7 files changed, 1 insertions(+), 1 deletions(-)
 rename defaultenv/{ => common}/bin/_update (100%)
 rename defaultenv/{ => common}/bin/_update_help (100%)
 rename defaultenv/{ => common}/bin/boot (100%)
 rename defaultenv/{ => common}/bin/hush_hack (100%)
 rename defaultenv/{ => common}/bin/init (100%)
 rename defaultenv/{ => common}/bin/update (100%)

diff --git a/common/Makefile b/common/Makefile
index 9fed2ae..531000a 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -32,7 +32,7 @@ $(obj)/startup.o: include/generated/barebox_default_env.h
 $(obj)/env.o: include/generated/barebox_default_env.h
 
 ifeq ($(CONFIG_DEFAULT_ENVIRONMENT_GENERIC),y)
-DEFAULT_ENVIRONMENT_PATH = "defaultenv"
+DEFAULT_ENVIRONMENT_PATH = "defaultenv/common"
 endif
 
 ifneq ($(CONFIG_DEFAULT_ENVIRONMENT_PATH),"")
diff --git a/defaultenv/bin/_update b/defaultenv/common/bin/_update
similarity index 100%
rename from defaultenv/bin/_update
rename to defaultenv/common/bin/_update
diff --git a/defaultenv/bin/_update_help b/defaultenv/common/bin/_update_help
similarity index 100%
rename from defaultenv/bin/_update_help
rename to defaultenv/common/bin/_update_help
diff --git a/defaultenv/bin/boot b/defaultenv/common/bin/boot
similarity index 100%
rename from defaultenv/bin/boot
rename to defaultenv/common/bin/boot
diff --git a/defaultenv/bin/hush_hack b/defaultenv/common/bin/hush_hack
similarity index 100%
rename from defaultenv/bin/hush_hack
rename to defaultenv/common/bin/hush_hack
diff --git a/defaultenv/bin/init b/defaultenv/common/bin/init
similarity index 100%
rename from defaultenv/bin/init
rename to defaultenv/common/bin/init
diff --git a/defaultenv/bin/update b/defaultenv/common/bin/update
similarity index 100%
rename from defaultenv/bin/update
rename to defaultenv/common/bin/update
-- 
1.7.5.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2011-08-10 11:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-10 10:47 [PATCH 1/3] login: add timeout support Jean-Christophe PLAGNIOL-VILLARD
2011-08-10 10:47 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-08-10 10:47 ` [PATCH 3/3] defaultenv: add login autoboot support Jean-Christophe PLAGNIOL-VILLARD
2011-08-11  7:31   ` Sascha Hauer
2011-08-11 15:11     ` Jean-Christophe PLAGNIOL-VILLARD

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=1312973230-27870-2-git-send-email-plagnioj@jcrosoft.com \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    /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