summaryrefslogtreecommitdiffstats
path: root/rules/base-pkgs.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-19 11:57:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-19 13:19:02 +0200
commitf985e3cd2a1f789ca6205f920bc451a74c74e2b5 (patch)
treef82422da46a41143ba9652cb0a4df7504a14fee9 /rules/base-pkgs.make
parent3b2902fbf50690a2f7d1d42fd5d4c3e88d9f1b40 (diff)
downloadptxdist-f985e3cd2a1f789ca6205f920bc451a74c74e2b5.tar.gz
ptxdist-f985e3cd2a1f789ca6205f920bc451a74c74e2b5.tar.xz
[production] rename PROD_PLATFORMDIR -> BASE_PLATFORMDIR
This the preparation to have a base platform that is not provided by a production build. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/base-pkgs.make')
-rw-r--r--rules/base-pkgs.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/base-pkgs.make b/rules/base-pkgs.make
index 73a7f71ca..58430c186 100644
--- a/rules/base-pkgs.make
+++ b/rules/base-pkgs.make
@@ -53,12 +53,12 @@ $(STATEDIR)/base-pkgs.install:
@$(call targetinfo)
@echo -e \
"copying 'root', 'root-debug' from\n" \
- "'$(PTXDIST_PROD_PLATFORMDIR)'\n"
+ "'$(PTXDIST_BASE_PLATFORMDIR)'\n"
@tar -c --exclude="./dev/*" \
- -C "$(PTXDIST_PROD_PLATFORMDIR)/root" . | \
+ -C "$(PTXDIST_BASE_PLATFORMDIR)/root" . | \
tar -x -C "$(ROOTDIR)" && \
check_pipe_status
- @tar -c -C "$(PTXDIST_PROD_PLATFORMDIR)/root-debug" . | \
+ @tar -c -C "$(PTXDIST_BASE_PLATFORMDIR)/root-debug" . | \
tar -x --exclude="./dev/*" \
-C "$(ROOTDIR_DEBUG)" && \
check_pipe_status