fix(make): remove useless create-iso script
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
e141c788e8
commit
bb7334e343
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ SRC = src/lib.rs
|
|||||||
all: $(ISO)
|
all: $(ISO)
|
||||||
|
|
||||||
$(ISO): install
|
$(ISO): install
|
||||||
./tools/create-iso.sh $@ $(INSTALL_ROOT)
|
grub-mkrescue -o $@ $(INSTALL_ROOT)
|
||||||
|
|
||||||
install: $(KERNEL) $(GRUB_CFG)
|
install: $(KERNEL) $(GRUB_CFG)
|
||||||
mkdir -p $(ABS_INSTALL)
|
mkdir -p $(ABS_INSTALL)
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
iso_filename=$1
|
|
||||||
base_dir=$2
|
|
||||||
|
|
||||||
unset MFLAGS MAKEFLAGS
|
|
||||||
|
|
||||||
grub-mkrescue -o $iso_filename $base_dir
|
|
Loading…
Reference in New Issue
Block a user