Makefile: use $(CURDIR) directly without $(shell pwd)

This fixes building on macOS.
This commit is contained in:
lifehackerhansol 2024-10-03 13:52:05 -07:00
parent ca7693da75
commit e8f78c0956
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E
158 changed files with 158 additions and 158 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

Some files were not shown because too many files have changed in this diff Show More