From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] bootstrap: new package
Date: Sat, 10 Jan 2015 12:11:06 +0100 [thread overview]
Message-ID: <20150110121106.404c39cc@free-electrons.com> (raw)
In-Reply-To: <1420838018-2511-1-git-send-email-yegorslists@googlemail.com>
Dear Yegor Yefremov,
On Fri, 9 Jan 2015 22:13:38 +0100, Yegor Yefremov wrote:
> +define BOOTSTRAP_INSTALL_TARGET_CMDS
> + mkdir -p $(TARGET_DIR)/var/www/bootstrap
> + $(TAR) c -C $(@D) dist | \
> + $(TAR) x -C $(TARGET_DIR)/var/www/bootstrap --strip-components=1
This is really a convoluted way of doing:
cp -dpfr $(@D)/dist/* $(TARGET_DIR)/var/www/bootstrap/
so I've changed to use that instead, and applied.
However, can you submit a follow-up patch to remove the unneeded files
from the target? Or copy only the ones that are used? Both the full JS
and CSS files are added, in addition to the minimized ones, I don't
think that's useful. I'm also not sure what the big .css.map file is.
Can you look into this?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2015-01-10 11:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-09 21:13 [Buildroot] [PATCH] bootstrap: new package Yegor Yefremov
2015-01-10 11:11 ` Thomas Petazzoni [this message]
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=20150110121106.404c39cc@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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