summaryrefslogtreecommitdiffstats
path: root/rules/base-pkgs.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/base-pkgs.make')
-rw-r--r--rules/base-pkgs.make6
1 files changed, 1 insertions, 5 deletions
diff --git a/rules/base-pkgs.make b/rules/base-pkgs.make
index 9c001e947..8ead99e0e 100644
--- a/rules/base-pkgs.make
+++ b/rules/base-pkgs.make
@@ -21,16 +21,12 @@ PACKAGES-$(PTXCONF_BASE_PKGS) += base-pkgs
$(STATEDIR)/base-pkgs.install:
@$(call targetinfo)
@echo -e \
- "copying 'root', 'root-debug' from\n" \
+ "copying 'root' from\n" \
"'$(PTXDIST_BASE_PLATFORMDIR)'\n"
@tar -c --exclude="./dev/*" \
-C "$(PTXDIST_BASE_PLATFORMDIR)/root" . | \
tar -x -C "$(ROOTDIR)" && \
check_pipe_status
- @tar -c -C "$(PTXDIST_BASE_PLATFORMDIR)/root-debug" . | \
- tar -x --exclude="./dev/*" \
- -C "$(ROOTDIR_DEBUG)" && \
- check_pipe_status
@$(call touch)
# ----------------------------------------------------------------------------