[build] Touch a file to indicate that we passed
This commit is contained in:
parent
4fba537ff5
commit
4a35852df8
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ bootdisk.img
|
||||
*.out
|
||||
*.toc
|
||||
util/bin/*
|
||||
.passed
|
||||
|
8
Makefile
8
Makefile
@ -20,10 +20,10 @@ EMU = qemu
|
||||
GENEXT = genext2fs
|
||||
DD = dd conv=notrunc
|
||||
|
||||
.PHONY: all system clean install run docs utils check-reqs
|
||||
.PHONY: all system clean install run docs utils
|
||||
.SECONDARY:
|
||||
|
||||
all: check-reqs system bootdisk.img docs utils
|
||||
all: .passed system bootdisk.img docs utils
|
||||
system: toaruos-initrd toaruos-kernel
|
||||
|
||||
install: toaruos-initrd toaruos-kernel
|
||||
@ -37,8 +37,9 @@ run: toaruos-kernel toaruos-initrd
|
||||
|
||||
utils: ${UTILITIES}
|
||||
|
||||
check-reqs:
|
||||
.passed:
|
||||
@util/check-reqs > /dev/null
|
||||
@touch .passed
|
||||
|
||||
#################
|
||||
# Documentation #
|
||||
@ -192,4 +193,5 @@ clean:
|
||||
@-rm -f docs/*.pdf docs/*.aux docs/*.log docs/*.out
|
||||
@-rm -f docs/*.idx docs/*.ind docs/*.toc docs/*.ilg
|
||||
@-rm -f util/bin/*
|
||||
@-rm -f .passed
|
||||
@${ECHO} "\r\033[31;1m RM Finished cleaning.\033[0m\033[K"
|
||||
|
Loading…
Reference in New Issue
Block a user