Skip to content
Snippets Groups Projects
Commit 82642598 authored by Simon McVittie's avatar Simon McVittie
Browse files

Rename build-tools to sysroot for better tab-completion

parent 857a9d12
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@ _build/sysroot/etc/debian_version: $(tarball) Makefile
tar -zxf $(tarball) --exclude="./dev/*" -C _build/sysroot
touch $@
_build/sysroot.tar.gz: build-tools/debos.yaml Makefile
_build/sysroot.tar.gz: sysroot/debos.yaml Makefile
mkdir -p $(dir $@)
debos -t mirror:$(mirror) -t ospack:$@ build-tools/debos.yaml
debos -t mirror:$(mirror) -t ospack:$@ sysroot/debos.yaml
in_sysroot = \
bwrap \
......
......@@ -52,8 +52,8 @@ you have that, you can just run:
Alternatively, prepare a Debian jessie sysroot with `deb`
and `deb-src` sources and an `i386` foreign architecture (see
`build-tools/configure-sources.sh`), and all the packages listed in
`build-tools/install-dependencies.sh`) and use:
`sysroot/configure-sources.sh`), and all the packages listed in
`sysroot/install-dependencies.sh`) and use:
make chroot=/path/to/sysroot
......
File moved
File moved
File moved
......@@ -36,10 +36,10 @@ cd "$TOP_SRCDIR"
n=0
for shell_script in \
build-tools/clean-chroot.sh \
build-tools/configure-sources.sh \
build-tools/install-dependencies.sh \
pressure-vessel-wrap \
sysroot/clean-chroot.sh \
sysroot/configure-sources.sh \
sysroot/install-dependencies.sh \
t/shellcheck.t \
; do
n=$((n + 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment