Skip to content

Commit

Permalink
Reduce disk extraction logs (#2019)
Browse files Browse the repository at this point in the history
Make less obvious the internal behaviour of it when looking at the CI.
You never know.
  • Loading branch information
Xeeynamo authored Dec 31, 2024
1 parent c561f28 commit 24551c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.psx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extract_hd: $(addprefix $(BUILD_DIR)/,$(addsuffix .ld,$(PSX_HD_TARGETS)))
extract_disk_us: extract_disk_psxus
extract_disk_hd: extract_disk_pspeu
extract_disk_psx%: $(SOTNDISK)
$(SOTNDISK) extract disks/sotn.$*.cue disks/$*
$(SOTNDISK) extract disks/sotn.$*.cue disks/$* > /dev/null

# todo: these should have an explicit dependency on extract disk
$(BUILD_DIR)/main.ld: $(CONFIG_DIR)/splat.$(VERSION).main.yaml | main_dirs
Expand Down

0 comments on commit 24551c5

Please sign in to comment.