diff --git a/archive/3dslink.com/Makefile b/archive/3dslink.com/Makefile index a04f9a7..cf853b8 100644 --- a/archive/3dslink.com/Makefile +++ b/archive/3dslink.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/Ace3DS+_R4iLS/Makefile b/archive/Ace3DS+_R4iLS/Makefile index 3f4e197..3ba5b79 100644 --- a/archive/Ace3DS+_R4iLS/Makefile +++ b/archive/Ace3DS+_R4iLS/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/Ace3DS+_R4iLS/old/Makefile b/archive/Ace3DS+_R4iLS/old/Makefile index 82095e4..5d1aec6 100644 --- a/archive/Ace3DS+_R4iLS/old/Makefile +++ b/archive/Ace3DS+_R4iLS/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := Ace3DS+_R4iLS/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/Action_Replay/Makefile b/archive/Action_Replay/Makefile index 1b5d6b5..cf6fbf6 100644 --- a/archive/Action_Replay/Makefile +++ b/archive/Action_Replay/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/BL2CK/Makefile b/archive/BL2CK/Makefile index cdd5ac8..363db9e 100644 --- a/archive/BL2CK/Makefile +++ b/archive/BL2CK/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/CycloDS/CycloDS_Evolution/Makefile b/archive/CycloDS/CycloDS_Evolution/Makefile index 7657933..484de7b 100644 --- a/archive/CycloDS/CycloDS_Evolution/Makefile +++ b/archive/CycloDS/CycloDS_Evolution/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := CycloDS/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/CycloDS/CycloDS_Evolution/old/Makefile b/archive/CycloDS/CycloDS_Evolution/old/Makefile index 3b3381b..c1fb1b4 100644 --- a/archive/CycloDS/CycloDS_Evolution/old/Makefile +++ b/archive/CycloDS/CycloDS_Evolution/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := CycloDS/CycloDS_Evolution/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../../out export COMMON := $(TOPDIR)/../../../../common-kernels diff --git a/archive/CycloDS/CycloDS_iEvolution/Makefile b/archive/CycloDS/CycloDS_iEvolution/Makefile index 0cc7b7b..37548e6 100644 --- a/archive/CycloDS/CycloDS_iEvolution/Makefile +++ b/archive/CycloDS/CycloDS_iEvolution/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := CycloDS/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/CycloDS/Makefile b/archive/CycloDS/Makefile index 61ea6aa..47d3617 100644 --- a/archive/CycloDS/Makefile +++ b/archive/CycloDS/Makefile @@ -1,6 +1,6 @@ .PHONY: package directory CycloDS_Evolution CycloDS_iEvolution -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/DS-Xtreme/Makefile b/archive/DS-Xtreme/Makefile index d6c444c..23b7feb 100644 --- a/archive/DS-Xtreme/Makefile +++ b/archive/DS-Xtreme/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/DS-Xtreme/old/Makefile b/archive/DS-Xtreme/old/Makefile index a3650ad..2ba7328 100644 --- a/archive/DS-Xtreme/old/Makefile +++ b/archive/DS-Xtreme/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := DS-Xtreme/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/EDGE/Makefile b/archive/EDGE/Makefile index 3bee5cd..2062fb4 100644 --- a/archive/EDGE/Makefile +++ b/archive/EDGE/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/EDGE/old/Makefile b/archive/EDGE/old/Makefile index 46ebe52..c26848f 100644 --- a/archive/EDGE/old/Makefile +++ b/archive/EDGE/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := EDGE/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/EDGEi/Makefile b/archive/EDGEi/Makefile index b9c614d..52fd1f8 100644 --- a/archive/EDGEi/Makefile +++ b/archive/EDGEi/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/EDGEi/old/Makefile b/archive/EDGEi/old/Makefile index a909dfd..6e48d9d 100644 --- a/archive/EDGEi/old/Makefile +++ b/archive/EDGEi/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := EDGEi/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/EZ-Flash/Makefile b/archive/EZ-Flash/Makefile index 7e26249..f1730a5 100644 --- a/archive/EZ-Flash/Makefile +++ b/archive/EZ-Flash/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/EZ-Flash/old/Makefile b/archive/EZ-Flash/old/Makefile index 0d1be34..774faf9 100644 --- a/archive/EZ-Flash/old/Makefile +++ b/archive/EZ-Flash/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := EZ-Flash/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/Gateway_Blue/Makefile b/archive/Gateway_Blue/Makefile index 14661a7..38f8a55 100644 --- a/archive/Gateway_Blue/Makefile +++ b/archive/Gateway_Blue/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/Gateway_Blue/old/Makefile b/archive/Gateway_Blue/old/Makefile index 182d1f3..c55f9ae 100644 --- a/archive/Gateway_Blue/old/Makefile +++ b/archive/Gateway_Blue/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := Gateway_Blue/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/N-Card/Makefile b/archive/N-Card/Makefile index 6ee8a8f..233f014 100644 --- a/archive/N-Card/Makefile +++ b/archive/N-Card/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/R4_original_M3_Simply/Makefile b/archive/R4_original_M3_Simply/Makefile index d18d866..8aa96f8 100644 --- a/archive/R4_original_M3_Simply/Makefile +++ b/archive/R4_original_M3_Simply/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/SuperCard/DSONE/Makefile b/archive/SuperCard/DSONE/Makefile index 842adf4..407679d 100644 --- a/archive/SuperCard/DSONE/Makefile +++ b/archive/SuperCard/DSONE/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := SuperCard/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/SuperCard/DSONE_SDHC_DSONEi/Makefile b/archive/SuperCard/DSONE_SDHC_DSONEi/Makefile index b71d570..608d3e8 100644 --- a/archive/SuperCard/DSONE_SDHC_DSONEi/Makefile +++ b/archive/SuperCard/DSONE_SDHC_DSONEi/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := SuperCard/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/SuperCard/DSTWO/Makefile b/archive/SuperCard/DSTWO/Makefile index a4c38d0..bdf20a4 100644 --- a/archive/SuperCard/DSTWO/Makefile +++ b/archive/SuperCard/DSTWO/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := SuperCard/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/SuperCard/Lite_Rumble/Makefile b/archive/SuperCard/Lite_Rumble/Makefile index a8fac6b..41598b0 100644 --- a/archive/SuperCard/Lite_Rumble/Makefile +++ b/archive/SuperCard/Lite_Rumble/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := SuperCard/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/SuperCard/Makefile b/archive/SuperCard/Makefile index b649a87..aa3c703 100644 --- a/archive/SuperCard/Makefile +++ b/archive/SuperCard/Makefile @@ -1,6 +1,6 @@ .PHONY: package DSONE DSONE_SDHC_DSONEi DSTWO Lite_Rumble -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/YSMenu/Makefile b/archive/YSMenu/Makefile index 398ca61..58c1c28 100644 --- a/archive/YSMenu/Makefile +++ b/archive/YSMenu/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/ace3ds.com/Makefile b/archive/ace3ds.com/Makefile index e91f889..c7d5383 100644 --- a/archive/ace3ds.com/Makefile +++ b/archive/ace3ds.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/ace3ds.com/old/Makefile b/archive/ace3ds.com/old/Makefile index 2aa3238..f01f90e 100644 --- a/archive/ace3ds.com/old/Makefile +++ b/archive/ace3ds.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := ace3ds.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/acekard.cc/Makefile b/archive/acekard.cc/Makefile index 7b52bac..4277cad 100644 --- a/archive/acekard.cc/Makefile +++ b/archive/acekard.cc/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/acekard.com/AceKard_2_2.1/Makefile b/archive/acekard.com/AceKard_2_2.1/Makefile index 12c6a88..ddf7a1f 100644 --- a/archive/acekard.com/AceKard_2_2.1/Makefile +++ b/archive/acekard.com/AceKard_2_2.1/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := acekard.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/acekard.com/AceKard_2i/Makefile b/archive/acekard.com/AceKard_2i/Makefile index 8fcdf60..a4e3438 100644 --- a/archive/acekard.com/AceKard_2i/Makefile +++ b/archive/acekard.com/AceKard_2i/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := acekard.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/acekard.com/AceKard_AceKard+/Makefile b/archive/acekard.com/AceKard_AceKard+/Makefile index 498c76b..d4fba73 100644 --- a/archive/acekard.com/AceKard_AceKard+/Makefile +++ b/archive/acekard.com/AceKard_AceKard+/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := acekard.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/acekard.com/AceKard_RPG/Makefile b/archive/acekard.com/AceKard_RPG/Makefile index ae42e6a..01caa6a 100644 --- a/archive/acekard.com/AceKard_RPG/Makefile +++ b/archive/acekard.com/AceKard_RPG/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := acekard.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/acekard.com/AceKard_RPG/old/Makefile b/archive/acekard.com/AceKard_RPG/old/Makefile index c573ee6..d0a5328 100644 --- a/archive/acekard.com/AceKard_RPG/old/Makefile +++ b/archive/acekard.com/AceKard_RPG/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := acekard.com/AceKard_RPG/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../../out export COMMON := $(TOPDIR)/../../../../common-kernels diff --git a/archive/acekard.com/Makefile b/archive/acekard.com/Makefile index 534d06c..3e5d1e0 100644 --- a/archive/acekard.com/Makefile +++ b/archive/acekard.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package directory AceKard_AceKard+ AceKard_2_2.1 AceKard_2i AceKard_RPG -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/amazekard.com/Makefile b/archive/amazekard.com/Makefile index 037c38f..91ee917 100644 --- a/archive/amazekard.com/Makefile +++ b/archive/amazekard.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/ds-link.net/Makefile b/archive/ds-link.net/Makefile index d359636..1276c64 100644 --- a/archive/ds-link.net/Makefile +++ b/archive/ds-link.net/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/dslinker.com/Makefile b/archive/dslinker.com/Makefile index 37eb10f..b2692bb 100644 --- a/archive/dslinker.com/Makefile +++ b/archive/dslinker.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/dsn5.com/Makefile b/archive/dsn5.com/Makefile index a9a9e5e..185963f 100644 --- a/archive/dsn5.com/Makefile +++ b/archive/dsn5.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/ex4ds.com/Makefile b/archive/ex4ds.com/Makefile index 6aa59ac..d474f57 100644 --- a/archive/ex4ds.com/Makefile +++ b/archive/ex4ds.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/g6flash.com_gbalpha.com/Makefile b/archive/g6flash.com_gbalpha.com/Makefile index 7b28865..1afc1b8 100644 --- a/archive/g6flash.com_gbalpha.com/Makefile +++ b/archive/g6flash.com_gbalpha.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/ge.ndsi.in/Makefile b/archive/ge.ndsi.in/Makefile index 259de90..24f0472 100644 --- a/archive/ge.ndsi.in/Makefile +++ b/archive/ge.ndsi.in/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/iPlayer/Makefile b/archive/iPlayer/Makefile index 1efc0ac..3502e24 100644 --- a/archive/iPlayer/Makefile +++ b/archive/iPlayer/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/iTouchDS/Makefile b/archive/iTouchDS/Makefile index 63a7216..782ee13 100644 --- a/archive/iTouchDS/Makefile +++ b/archive/iTouchDS/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/iTouchDS/old/Makefile b/archive/iTouchDS/old/Makefile index d227885..32efc0e 100644 --- a/archive/iTouchDS/old/Makefile +++ b/archive/iTouchDS/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := iTouchDS/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/m3adapter.com/Makefile b/archive/m3adapter.com/Makefile index ff7efd8..fc3bf5f 100644 --- a/archive/m3adapter.com/Makefile +++ b/archive/m3adapter.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/movieadvance.com/Makefile b/archive/movieadvance.com/Makefile index 8b968d2..0db6a28 100644 --- a/archive/movieadvance.com/Makefile +++ b/archive/movieadvance.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/ndsill.net/Makefile b/archive/ndsill.net/Makefile index a1097c8..ee2b591 100644 --- a/archive/ndsill.net/Makefile +++ b/archive/ndsill.net/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/ndsill.net/old/Makefile b/archive/ndsill.net/old/Makefile index 7f58358..748d830 100644 --- a/archive/ndsill.net/old/Makefile +++ b/archive/ndsill.net/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := ndsill.net/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/ndslr4.com/Makefile b/archive/ndslr4.com/Makefile index 09f3e42..c936e64 100644 --- a/archive/ndslr4.com/Makefile +++ b/archive/ndslr4.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/ndslr4.com/old/Makefile b/archive/ndslr4.com/old/Makefile index 550a97f..97aa99f 100644 --- a/archive/ndslr4.com/old/Makefile +++ b/archive/ndslr4.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := ndslr4.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/ndstt.com/Makefile b/archive/ndstt.com/Makefile index 64d5478..128b34d 100644 --- a/archive/ndstt.com/Makefile +++ b/archive/ndstt.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/pandora-ds.com/Makefile b/archive/pandora-ds.com/Makefile index 3dde0c8..5249d4a 100644 --- a/archive/pandora-ds.com/Makefile +++ b/archive/pandora-ds.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/pk3ds.com/Makefile b/archive/pk3ds.com/Makefile index 63a7216..782ee13 100644 --- a/archive/pk3ds.com/Makefile +++ b/archive/pk3ds.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/pk3ds.com/old/Makefile b/archive/pk3ds.com/old/Makefile index 8be333e..a46eaae 100644 --- a/archive/pk3ds.com/old/Makefile +++ b/archive/pk3ds.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := pk3ds.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4-dsl.net/Makefile b/archive/r4-dsl.net/Makefile index 0d1c3cb..a0800f7 100644 --- a/archive/r4-dsl.net/Makefile +++ b/archive/r4-dsl.net/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4-king.com/Makefile b/archive/r4-king.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4-king.com/Makefile +++ b/archive/r4-king.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4-king.com/old/Makefile b/archive/r4-king.com/old/Makefile index 57c0bbc..fb2c219 100644 --- a/archive/r4-king.com/old/Makefile +++ b/archive/r4-king.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4-king.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4-new.com/Makefile b/archive/r4-new.com/Makefile index 4b8ec8d..e9e58e8 100644 --- a/archive/r4-new.com/Makefile +++ b/archive/r4-new.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4-usas.com/Makefile b/archive/r4-usas.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4-usas.com/Makefile +++ b/archive/r4-usas.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4-usas.com/old/Makefile b/archive/r4-usas.com/old/Makefile index d8f390c..84ba2bd 100644 --- a/archive/r4-usas.com/old/Makefile +++ b/archive/r4-usas.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4-usas.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4.ndsl.cc/Makefile b/archive/r4.ndsl.cc/Makefile index 6043f08..959d9ca 100644 --- a/archive/r4.ndsl.cc/Makefile +++ b/archive/r4.ndsl.cc/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ds-a.com/Makefile b/archive/r4ds-a.com/Makefile index 4f736fe..87fbc9c 100644 --- a/archive/r4ds-a.com/Makefile +++ b/archive/r4ds-a.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ds-i.com.cn/Makefile b/archive/r4ds-i.com.cn/Makefile index 0bbc086..03791a1 100644 --- a/archive/r4ds-i.com.cn/Makefile +++ b/archive/r4ds-i.com.cn/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ds-i.com.cn/old/Makefile b/archive/r4ds-i.com.cn/old/Makefile index e78dac6..006072e 100644 --- a/archive/r4ds-i.com.cn/old/Makefile +++ b/archive/r4ds-i.com.cn/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4ds-i.com.cn/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out/ export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4dsixl3d.com/Makefile b/archive/r4dsixl3d.com/Makefile index 6277593..e4d3ba0 100644 --- a/archive/r4dsixl3d.com/Makefile +++ b/archive/r4dsixl3d.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4dsixl3d.com/old/Makefile b/archive/r4dsixl3d.com/old/Makefile index 8126230..50b67d5 100644 --- a/archive/r4dsixl3d.com/old/Makefile +++ b/archive/r4dsixl3d.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4dsixl3d.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/Makefile b/archive/r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/Makefile index 63a7216..782ee13 100644 --- a/archive/r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/Makefile +++ b/archive/r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/old/Makefile b/archive/r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/old/Makefile index f92e4f2..388b59a 100644 --- a/archive/r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/old/Makefile +++ b/archive/r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4dspro.com/Makefile b/archive/r4dspro.com/Makefile index 07ce43e..5fe4917 100644 --- a/archive/r4dspro.com/Makefile +++ b/archive/r4dspro.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4dspro.com/old/Makefile b/archive/r4dspro.com/old/Makefile index 47287bc..a533214 100644 --- a/archive/r4dspro.com/old/Makefile +++ b/archive/r4dspro.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4dspro.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-3dsnew.com/Makefile b/archive/r4i-3dsnew.com/Makefile index 0517471..ec25bd3 100644 --- a/archive/r4i-3dsnew.com/Makefile +++ b/archive/r4i-3dsnew.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-advance.com/Makefile b/archive/r4i-advance.com/Makefile index 382e8f4..c0a76af 100644 --- a/archive/r4i-advance.com/Makefile +++ b/archive/r4i-advance.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-best.com/Makefile b/archive/r4i-best.com/Makefile index 1f66761..94e1ae6 100644 --- a/archive/r4i-best.com/Makefile +++ b/archive/r4i-best.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-best.com/old/Makefile b/archive/r4i-best.com/old/Makefile index 32f5ff4..505162d 100644 --- a/archive/r4i-best.com/old/Makefile +++ b/archive/r4i-best.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-best.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-blue.com/Makefile b/archive/r4i-blue.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4i-blue.com/Makefile +++ b/archive/r4i-blue.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-blue.com/old/Makefile b/archive/r4i-blue.com/old/Makefile index 118a95d..2612e72 100644 --- a/archive/r4i-blue.com/old/Makefile +++ b/archive/r4i-blue.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-blue.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-fifa.com/Makefile b/archive/r4i-fifa.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4i-fifa.com/Makefile +++ b/archive/r4i-fifa.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-fifa.com/old/Makefile b/archive/r4i-fifa.com/old/Makefile index 9f7babc..96a3ac6 100644 --- a/archive/r4i-fifa.com/old/Makefile +++ b/archive/r4i-fifa.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-fifa.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-gold.com/Makefile b/archive/r4i-gold.com/Makefile index d5a9254..c7b06c2 100644 --- a/archive/r4i-gold.com/Makefile +++ b/archive/r4i-gold.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-gold.com/old/Makefile b/archive/r4i-gold.com/old/Makefile index 40fd288..74c0727 100644 --- a/archive/r4i-gold.com/old/Makefile +++ b/archive/r4i-gold.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-gold.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-gold.eu/Makefile b/archive/r4i-gold.eu/Makefile index e91f889..c7d5383 100644 --- a/archive/r4i-gold.eu/Makefile +++ b/archive/r4i-gold.eu/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-gold.eu/old/Makefile b/archive/r4i-gold.eu/old/Makefile index 5fbc43d..bdf0ad1 100644 --- a/archive/r4i-gold.eu/old/Makefile +++ b/archive/r4i-gold.eu/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-gold.eu/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-gold.hk/Makefile b/archive/r4i-gold.hk/Makefile index d3b11ae..b06e343 100644 --- a/archive/r4i-gold.hk/Makefile +++ b/archive/r4i-gold.hk/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-gold.hk/old/Makefile b/archive/r4i-gold.hk/old/Makefile index 2e92e82..0ef6cf7 100644 --- a/archive/r4i-gold.hk/old/Makefile +++ b/archive/r4i-gold.hk/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-gold.hk/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-gold.me/Makefile b/archive/r4i-gold.me/Makefile index 8afb3ed..feb3892 100644 --- a/archive/r4i-gold.me/Makefile +++ b/archive/r4i-gold.me/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-gold.me/old/Makefile b/archive/r4i-gold.me/old/Makefile index 9bf5794..170d748 100644 --- a/archive/r4i-gold.me/old/Makefile +++ b/archive/r4i-gold.me/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-gold.me/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-ndsill.com/Makefile b/archive/r4i-ndsill.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4i-ndsill.com/Makefile +++ b/archive/r4i-ndsill.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-ndsill.com/old/Makefile b/archive/r4i-ndsill.com/old/Makefile index 5f80bac..ae99030 100644 --- a/archive/r4i-ndsill.com/old/Makefile +++ b/archive/r4i-ndsill.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-ndsill.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-sdhc.com.au/Makefile b/archive/r4i-sdhc.com.au/Makefile index e91f889..c7d5383 100644 --- a/archive/r4i-sdhc.com.au/Makefile +++ b/archive/r4i-sdhc.com.au/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-sdhc.com.au/old/Makefile b/archive/r4i-sdhc.com.au/old/Makefile index 07a2d1f..6c30b58 100644 --- a/archive/r4i-sdhc.com.au/old/Makefile +++ b/archive/r4i-sdhc.com.au/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-sdhc.com.au/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-sdhc.com/Makefile b/archive/r4i-sdhc.com/Makefile index 63a7216..782ee13 100644 --- a/archive/r4i-sdhc.com/Makefile +++ b/archive/r4i-sdhc.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-sdhc.com/old/Makefile b/archive/r4i-sdhc.com/old/Makefile index f5b7514..bea6635 100644 --- a/archive/r4i-sdhc.com/old/Makefile +++ b/archive/r4i-sdhc.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-sdhc.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-sdhc.hk/Makefile b/archive/r4i-sdhc.hk/Makefile index e91f889..c7d5383 100644 --- a/archive/r4i-sdhc.hk/Makefile +++ b/archive/r4i-sdhc.hk/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i-sdhc.hk/old/Makefile b/archive/r4i-sdhc.hk/old/Makefile index 689f3c8..2f99eaf 100644 --- a/archive/r4i-sdhc.hk/old/Makefile +++ b/archive/r4i-sdhc.hk/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i-sdhc.hk/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4i-u.com/Makefile b/archive/r4i-u.com/Makefile index 0517471..ec25bd3 100644 --- a/archive/r4i-u.com/Makefile +++ b/archive/r4i-u.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i.cn/Makefile b/archive/r4i.cn/Makefile index 06eee97..53b6cc4 100644 --- a/archive/r4i.cn/Makefile +++ b/archive/r4i.cn/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i.ndsi.in/Makefile b/archive/r4i.ndsi.in/Makefile index b978cf9..cf12271 100644 --- a/archive/r4i.ndsi.in/Makefile +++ b/archive/r4i.ndsi.in/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i3d.com/Makefile b/archive/r4i3d.com/Makefile index 9551cad..2be50a9 100644 --- a/archive/r4i3d.com/Makefile +++ b/archive/r4i3d.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4i3d.com/old/Makefile b/archive/r4i3d.com/old/Makefile index 760dbe6..dff68e0 100644 --- a/archive/r4i3d.com/old/Makefile +++ b/archive/r4i3d.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4i3d.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4iasdhc.com/Makefile b/archive/r4iasdhc.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4iasdhc.com/Makefile +++ b/archive/r4iasdhc.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4iasdhc.com/old/Makefile b/archive/r4iasdhc.com/old/Makefile index 403005a..91553f5 100644 --- a/archive/r4iasdhc.com/old/Makefile +++ b/archive/r4iasdhc.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4iasdhc.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4ids.cn/Makefile b/archive/r4ids.cn/Makefile index 7905a04..bb40974 100644 --- a/archive/r4ids.cn/Makefile +++ b/archive/r4ids.cn/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ids.cn/old/Makefile b/archive/r4ids.cn/old/Makefile index 717d33e..42f23a5 100644 --- a/archive/r4ids.cn/old/Makefile +++ b/archive/r4ids.cn/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4ids.cn/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4ids.com/Makefile b/archive/r4ids.com/Makefile index 0d2af37..90abb5e 100644 --- a/archive/r4ids.com/Makefile +++ b/archive/r4ids.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ids.com/old/Makefile b/archive/r4ids.com/old/Makefile index 2c63d57..b30ecf0 100644 --- a/archive/r4ids.com/old/Makefile +++ b/archive/r4ids.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4ids.cn/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4idsn.com/Makefile b/archive/r4idsn.com/Makefile index d550a1c..53fcff4 100644 --- a/archive/r4idsn.com/Makefile +++ b/archive/r4idsn.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4idsxl.com/Makefile b/archive/r4idsxl.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4idsxl.com/Makefile +++ b/archive/r4idsxl.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4idsxl.com/old/Makefile b/archive/r4idsxl.com/old/Makefile index 57c02c2..7bc2441 100644 --- a/archive/r4idsxl.com/old/Makefile +++ b/archive/r4idsxl.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4idsxl.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4igold.cc/Makefile b/archive/r4igold.cc/Makefile index f3e9694..aad4245 100644 --- a/archive/r4igold.cc/Makefile +++ b/archive/r4igold.cc/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4igold.cn/Makefile b/archive/r4igold.cn/Makefile index e91f889..c7d5383 100644 --- a/archive/r4igold.cn/Makefile +++ b/archive/r4igold.cn/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4igold.cn/old/Makefile b/archive/r4igold.cn/old/Makefile index 9ef7dd0..150eade 100644 --- a/archive/r4igold.cn/old/Makefile +++ b/archive/r4igold.cn/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4igold.cn/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4iids.com/Makefile b/archive/r4iids.com/Makefile index 5f3a496..e2a03ef 100644 --- a/archive/r4iids.com/Makefile +++ b/archive/r4iids.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4iiisdhc.com/Makefile b/archive/r4iiisdhc.com/Makefile index 120665c..bcfa2c4 100644 --- a/archive/r4iiisdhc.com/Makefile +++ b/archive/r4iiisdhc.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4imax.com/Makefile b/archive/r4imax.com/Makefile index 63a7216..782ee13 100644 --- a/archive/r4imax.com/Makefile +++ b/archive/r4imax.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4imax.com/old/Makefile b/archive/r4imax.com/old/Makefile index eab9fba..2297581 100644 --- a/archive/r4imax.com/old/Makefile +++ b/archive/r4imax.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4imax.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4infinity.com/Dual-Core_i/Makefile b/archive/r4infinity.com/Dual-Core_i/Makefile index 2eb8667..3117ab2 100644 --- a/archive/r4infinity.com/Dual-Core_i/Makefile +++ b/archive/r4infinity.com/Dual-Core_i/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4infinity.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4infinity.com/Dual-Core_i/old/Makefile b/archive/r4infinity.com/Dual-Core_i/old/Makefile index 6db039b..7eb507d 100644 --- a/archive/r4infinity.com/Dual-Core_i/old/Makefile +++ b/archive/r4infinity.com/Dual-Core_i/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4infinity.com/Dual-Core_i/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../../out export COMMON := $(TOPDIR)/../../../../common-kernels diff --git a/archive/r4infinity.com/Makefile b/archive/r4infinity.com/Makefile index 9e25cde..ead53bb 100644 --- a/archive/r4infinity.com/Makefile +++ b/archive/r4infinity.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package directory original Dual-Core_i R4infinity_3 -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4infinity.com/R4infinity_3/Makefile b/archive/r4infinity.com/R4infinity_3/Makefile index 37a15ef..c70f172 100644 --- a/archive/r4infinity.com/R4infinity_3/Makefile +++ b/archive/r4infinity.com/R4infinity_3/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4infinity.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4infinity.com/R4infinity_3/old/Makefile b/archive/r4infinity.com/R4infinity_3/old/Makefile index 899a62d..8c6931a 100644 --- a/archive/r4infinity.com/R4infinity_3/old/Makefile +++ b/archive/r4infinity.com/R4infinity_3/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4infinity.com/R4infinity_3/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../../out export COMMON := $(TOPDIR)/../../../../common-kernels diff --git a/archive/r4infinity.com/original/Makefile b/archive/r4infinity.com/original/Makefile index 2eb8667..3117ab2 100644 --- a/archive/r4infinity.com/original/Makefile +++ b/archive/r4infinity.com/original/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4infinity.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4infinity.com/original/old/Makefile b/archive/r4infinity.com/original/old/Makefile index b9c4d0d..3de69f6 100644 --- a/archive/r4infinity.com/original/old/Makefile +++ b/archive/r4infinity.com/original/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4infinity.com/original/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../../out export COMMON := $(TOPDIR)/../../../../common-kernels diff --git a/archive/r4iplat.com/Makefile b/archive/r4iplat.com/Makefile index 37c5045..dda84c2 100644 --- a/archive/r4iplat.com/Makefile +++ b/archive/r4iplat.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ipt.com/Makefile b/archive/r4ipt.com/Makefile index cb4f903..a7ef6b7 100644 --- a/archive/r4ipt.com/Makefile +++ b/archive/r4ipt.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4isdhc.com.hk/Makefile b/archive/r4isdhc.com.hk/Makefile index d77dec5..0bf0aaa 100644 --- a/archive/r4isdhc.com.hk/Makefile +++ b/archive/r4isdhc.com.hk/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4isdhc.com/Makefile b/archive/r4isdhc.com/Makefile index d49308f..2fbe664 100644 --- a/archive/r4isdhc.com/Makefile +++ b/archive/r4isdhc.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4isdhc.com/old/Makefile b/archive/r4isdhc.com/old/Makefile index 65ba167..5a203fb 100644 --- a/archive/r4isdhc.com/old/Makefile +++ b/archive/r4isdhc.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4isdhc.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4isdhc.hk_2014-2019/Makefile b/archive/r4isdhc.hk_2014-2019/Makefile index 81e2485..7a0a034 100644 --- a/archive/r4isdhc.hk_2014-2019/Makefile +++ b/archive/r4isdhc.hk_2014-2019/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4isdhc.hk_2014-2019/old/Makefile b/archive/r4isdhc.hk_2014-2019/old/Makefile index 82b7ac7..d280314 100644 --- a/archive/r4isdhc.hk_2014-2019/old/Makefile +++ b/archive/r4isdhc.hk_2014-2019/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4isdhc.hk_2014-2019/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4isdhc.in_2014/Makefile b/archive/r4isdhc.in_2014/Makefile index bb27c0c..6dc1bd6 100644 --- a/archive/r4isdhc.in_2014/Makefile +++ b/archive/r4isdhc.in_2014/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4isdhc.in_2014/old/Makefile b/archive/r4isdhc.in_2014/old/Makefile index cb06cfa..b40d46a 100644 --- a/archive/r4isdhc.in_2014/old/Makefile +++ b/archive/r4isdhc.in_2014/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4isdhc.in_2014/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4issdhc.com/Makefile b/archive/r4issdhc.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4issdhc.com/Makefile +++ b/archive/r4issdhc.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4issdhc.com/old/Makefile b/archive/r4issdhc.com/old/Makefile index 5a61bd3..57542ac 100644 --- a/archive/r4issdhc.com/old/Makefile +++ b/archive/r4issdhc.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4issdhc.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4ita.com/Makefile b/archive/r4ita.com/Makefile index 63a7216..782ee13 100644 --- a/archive/r4ita.com/Makefile +++ b/archive/r4ita.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ita.com/old/Makefile b/archive/r4ita.com/old/Makefile index 1b83715..710358a 100644 --- a/archive/r4ita.com/old/Makefile +++ b/archive/r4ita.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4ita.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4itt.net/Makefile b/archive/r4itt.net/Makefile index e9187d0..8bd47c8 100644 --- a/archive/r4itt.net/Makefile +++ b/archive/r4itt.net/Makefile @@ -1,6 +1,6 @@ .PHONY: package r4itt.net_3DS_NEW_RTS r4itt.net_black -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/Makefile b/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/Makefile index 7a1eff1..f4168fd 100644 --- a/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/Makefile +++ b/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4itt.net/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/old/Makefile b/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/old/Makefile index b0f3d9f..da83a58 100644 --- a/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/old/Makefile +++ b/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4itt.net/r4itt.net_3DS_NEW_RTS/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../../out export COMMON := $(TOPDIR)/../../../../common-kernels diff --git a/archive/r4itt.net/r4itt.net_black/Makefile b/archive/r4itt.net/r4itt.net_black/Makefile index 1155ce4..3d48c15 100644 --- a/archive/r4itt.net/r4itt.net_black/Makefile +++ b/archive/r4itt.net/r4itt.net_black/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4itt.net/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4itt.net/r4itt.net_original/Makefile b/archive/r4itt.net/r4itt.net_original/Makefile index 227aff7..187ae7b 100644 --- a/archive/r4itt.net/r4itt.net_original/Makefile +++ b/archive/r4itt.net/r4itt.net_original/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4itt.net/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4itt.net/r4itt.net_original/old/Makefile b/archive/r4itt.net/r4itt.net_original/old/Makefile index 29d131f..a51a186 100644 --- a/archive/r4itt.net/r4itt.net_original/old/Makefile +++ b/archive/r4itt.net/r4itt.net_original/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4itt.net/r4itt.net_original/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../../out export COMMON := $(TOPDIR)/../../../../common-kernels diff --git a/archive/r4ixds.com/Makefile b/archive/r4ixds.com/Makefile index 0ff7c63..e5d3f1a 100644 --- a/archive/r4ixds.com/Makefile +++ b/archive/r4ixds.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ixds.com/old/Makefile b/archive/r4ixds.com/old/Makefile index 50d7465..64324a3 100644 --- a/archive/r4ixds.com/old/Makefile +++ b/archive/r4ixds.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4ixds.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4neo.com/Makefile b/archive/r4neo.com/Makefile index 96c8046..fd88fd2 100644 --- a/archive/r4neo.com/Makefile +++ b/archive/r4neo.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4new.com/Makefile b/archive/r4new.com/Makefile index 48ecde8..c640cbe 100644 --- a/archive/r4new.com/Makefile +++ b/archive/r4new.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4plus.net/Makefile b/archive/r4plus.net/Makefile index a7a9f80..f5e3db4 100644 --- a/archive/r4plus.net/Makefile +++ b/archive/r4plus.net/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4rts.com/Makefile b/archive/r4rts.com/Makefile index e91f889..c7d5383 100644 --- a/archive/r4rts.com/Makefile +++ b/archive/r4rts.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4rts.com/old/Makefile b/archive/r4rts.com/old/Makefile index 8f15f17..4559b46 100644 --- a/archive/r4rts.com/old/Makefile +++ b/archive/r4rts.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4rts.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4sdhc.com/Makefile b/archive/r4sdhc.com/Makefile index 21d9b5c..63016f9 100644 --- a/archive/r4sdhc.com/Makefile +++ b/archive/r4sdhc.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4sdhc.com/old/Makefile b/archive/r4sdhc.com/old/Makefile index 2e35e84..354503d 100644 --- a/archive/r4sdhc.com/old/Makefile +++ b/archive/r4sdhc.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4sdhc.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/r4team.com/Makefile b/archive/r4team.com/Makefile index 90b62e2..6e746de 100644 --- a/archive/r4team.com/Makefile +++ b/archive/r4team.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ultra.com/Makefile b/archive/r4ultra.com/Makefile index d5859e8..0949917 100644 --- a/archive/r4ultra.com/Makefile +++ b/archive/r4ultra.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/r4ultra.com/old/Makefile b/archive/r4ultra.com/old/Makefile index 95c8708..e2e1d42 100644 --- a/archive/r4ultra.com/old/Makefile +++ b/archive/r4ultra.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := r4ultra.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out export COMMON := $(TOPDIR)/../../../common-kernels diff --git a/archive/stargate-3ds.com/Makefile b/archive/stargate-3ds.com/Makefile index b47279a..2e4b2b0 100644 --- a/archive/stargate-3ds.com/Makefile +++ b/archive/stargate-3ds.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/super4i.com/Makefile b/archive/super4i.com/Makefile index 0bbc086..03791a1 100644 --- a/archive/super4i.com/Makefile +++ b/archive/super4i.com/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels diff --git a/archive/super4i.com/old/Makefile b/archive/super4i.com/old/Makefile index d3982bb..89ab4c1 100644 --- a/archive/super4i.com/old/Makefile +++ b/archive/super4i.com/old/Makefile @@ -1,6 +1,6 @@ .PHONY: package -export TOPDIR := $(shell pwd $(CURDIR)) +export TOPDIR := $(CURDIR) export BASE := super4i.com/$(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../../out/ export COMMON := $(TOPDIR)/../../../common-kernels