mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 2/4] move defaultenv-1 to defaultenv/defaultenv-1
Date: Tue, 25 Feb 2014 15:18:02 +0100	[thread overview]
Message-ID: <1393337884-17282-3-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1393337884-17282-1-git-send-email-s.hauer@pengutronix.de>

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 common/Makefile                                | 2 +-
 defaultenv/{ => defaultenv-1}/bin/_boot_help   | 0
 defaultenv/{ => defaultenv-1}/bin/_update      | 0
 defaultenv/{ => defaultenv-1}/bin/_update_help | 0
 defaultenv/{ => defaultenv-1}/bin/boot         | 0
 defaultenv/{ => defaultenv-1}/bin/init         | 0
 defaultenv/{ => defaultenv-1}/bin/update       | 0
 defaultenv/{ => defaultenv-1}/config           | 0
 8 files changed, 1 insertion(+), 1 deletion(-)
 rename defaultenv/{ => defaultenv-1}/bin/_boot_help (100%)
 rename defaultenv/{ => defaultenv-1}/bin/_update (100%)
 rename defaultenv/{ => defaultenv-1}/bin/_update_help (100%)
 rename defaultenv/{ => defaultenv-1}/bin/boot (100%)
 rename defaultenv/{ => defaultenv-1}/bin/init (100%)
 rename defaultenv/{ => defaultenv-1}/bin/update (100%)
 rename defaultenv/{ => defaultenv-1}/config (100%)

diff --git a/common/Makefile b/common/Makefile
index a52e96b..c88d1c6 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -58,7 +58,7 @@ endif
 endif
 
 ifeq ($(CONFIG_DEFAULT_ENVIRONMENT_GENERIC),y)
-DEFAULT_ENVIRONMENT_PATH = "defaultenv"
+DEFAULT_ENVIRONMENT_PATH = "defaultenv/defaultenv-1"
 endif
 
 ifneq ($(CONFIG_DEFAULT_ENVIRONMENT_PATH),"")
diff --git a/defaultenv/bin/_boot_help b/defaultenv/defaultenv-1/bin/_boot_help
similarity index 100%
rename from defaultenv/bin/_boot_help
rename to defaultenv/defaultenv-1/bin/_boot_help
diff --git a/defaultenv/bin/_update b/defaultenv/defaultenv-1/bin/_update
similarity index 100%
rename from defaultenv/bin/_update
rename to defaultenv/defaultenv-1/bin/_update
diff --git a/defaultenv/bin/_update_help b/defaultenv/defaultenv-1/bin/_update_help
similarity index 100%
rename from defaultenv/bin/_update_help
rename to defaultenv/defaultenv-1/bin/_update_help
diff --git a/defaultenv/bin/boot b/defaultenv/defaultenv-1/bin/boot
similarity index 100%
rename from defaultenv/bin/boot
rename to defaultenv/defaultenv-1/bin/boot
diff --git a/defaultenv/bin/init b/defaultenv/defaultenv-1/bin/init
similarity index 100%
rename from defaultenv/bin/init
rename to defaultenv/defaultenv-1/bin/init
diff --git a/defaultenv/bin/update b/defaultenv/defaultenv-1/bin/update
similarity index 100%
rename from defaultenv/bin/update
rename to defaultenv/defaultenv-1/bin/update
diff --git a/defaultenv/config b/defaultenv/defaultenv-1/config
similarity index 100%
rename from defaultenv/config
rename to defaultenv/defaultenv-1/config
-- 
1.8.5.3


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

  parent reply	other threads:[~2014-02-25 14:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25 14:18 Add bbenv-y support Sascha Hauer
2014-02-25 14:18 ` [PATCH 1/4] make: Add bbenv-y target to generate default environment files Sascha Hauer
2014-02-25 14:18 ` Sascha Hauer [this message]
2014-02-25 14:18 ` [PATCH 3/4] move defaultenv-2 to defaultenv/defaultenv-2-* Sascha Hauer
2014-02-25 14:18 ` [PATCH 4/4] defaultenv: Allow multiple defaultenvironment overlays Sascha Hauer

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=1393337884-17282-3-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --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