Skip to content

Commit

Permalink
r4dsixl3d.com is a dstt clone
Browse files Browse the repository at this point in the history
Fix r4dsixl3d.com makefile

one more fix
  • Loading branch information
Deletecat committed Sep 5, 2023
1 parent a20a8f9 commit 1564081
Show file tree
Hide file tree
Showing 121 changed files with 24 additions and 4 deletions.
8 changes: 4 additions & 4 deletions archive/r4dsixl3d.com/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels

package: directory r4dsixl3d.com_Kernel_1.8.zip extdata
package: directory old extdata

directory:
mkdir -p $(OUT)/$(BASE)

r4dsixl3d.com_Kernel_1.8.zip: directory
cd $(TOPDIR)/r4dsixl3d.com_Kernel_1.8 && zip -r -X $(OUT)/$(BASE)/$@ *
old: directory
make -C $@

extdata: directory
cp README.txt $(OUT)/$(BASE)
cp YSMenu-instructions.txt $(OUT)/$(BASE)
3 changes: 3 additions & 0 deletions archive/r4dsixl3d.com/YSMenu-instructions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Installation instructions for YSMenu on the R4DSiXL3D

Please follow the instructions to install YSMenu here: https://flashcarts.net/ysmenu-compat-ext.html
17 changes: 17 additions & 0 deletions archive/r4dsixl3d.com/old/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.PHONY: package

export TOPDIR := $(shell pwd $(CURDIR))
export BASE := r4dsixl3d.com/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels

package: directory r4dsixl3d.com_Kernel_1.8.zip extdata

directory:
mkdir -p $(OUT)/$(BASE)

r4dsixl3d.com_Kernel_1.8.zip: directory
cd $(TOPDIR)/r4dsixl3d.com_Kernel_1.8 && zip -r -X $(OUT)/$(BASE)/$@ *

extdata: directory
cp README.txt $(OUT)/$(BASE)
File renamed without changes.

0 comments on commit 1564081

Please sign in to comment.