mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
show output
This commit is contained in:
parent
16925ea2c2
commit
c174f2bab7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -42,7 +42,7 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in
|
||||||
|
|
||||||
|
|
||||||
xorriso/input.txt: xorriso/gen_input.sh
|
xorriso/input.txt: xorriso/gen_input.sh
|
||||||
bash xorriso/gen_input.sh > xorriso/input.txt
|
bash xorriso/gen_input.sh | tee xorriso/input.txt
|
||||||
|
|
||||||
xorriso/%.sh: xorriso/%.sh.in
|
xorriso/%.sh: xorriso/%.sh.in
|
||||||
sed 's/@IMAGE_NAME@/$(image_name)-$(version)/' xorriso/$*.sh.in > xorriso/$*.sh
|
sed 's/@IMAGE_NAME@/$(image_name)-$(version)/' xorriso/$*.sh.in > xorriso/$*.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue