mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-24 02:29:23 +01:00
Makefile: use $(CURDIR) directly without $(shell pwd)
This fixes building on macOS.
This commit is contained in:
parent
ca7693da75
commit
e8f78c0956
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := Ace3DS+_R4iLS/$(shell basename $(CURDIR))
|
export BASE := Ace3DS+_R4iLS/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := CycloDS/$(shell basename $(CURDIR))
|
export BASE := CycloDS/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := CycloDS/CycloDS_Evolution/$(shell basename $(CURDIR))
|
export BASE := CycloDS/CycloDS_Evolution/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../../out
|
export OUT := $(TOPDIR)/../../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := CycloDS/$(shell basename $(CURDIR))
|
export BASE := CycloDS/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package directory CycloDS_Evolution CycloDS_iEvolution
|
.PHONY: package directory CycloDS_Evolution CycloDS_iEvolution
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := DS-Xtreme/$(shell basename $(CURDIR))
|
export BASE := DS-Xtreme/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := EDGE/$(shell basename $(CURDIR))
|
export BASE := EDGE/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := EDGEi/$(shell basename $(CURDIR))
|
export BASE := EDGEi/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := EZ-Flash/$(shell basename $(CURDIR))
|
export BASE := EZ-Flash/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := Gateway_Blue/$(shell basename $(CURDIR))
|
export BASE := Gateway_Blue/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := SuperCard/$(shell basename $(CURDIR))
|
export BASE := SuperCard/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := SuperCard/$(shell basename $(CURDIR))
|
export BASE := SuperCard/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := SuperCard/$(shell basename $(CURDIR))
|
export BASE := SuperCard/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := SuperCard/$(shell basename $(CURDIR))
|
export BASE := SuperCard/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package DSONE DSONE_SDHC_DSONEi DSTWO Lite_Rumble
|
.PHONY: package DSONE DSONE_SDHC_DSONEi DSTWO Lite_Rumble
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := ace3ds.com/$(shell basename $(CURDIR))
|
export BASE := ace3ds.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := acekard.com/$(shell basename $(CURDIR))
|
export BASE := acekard.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := acekard.com/$(shell basename $(CURDIR))
|
export BASE := acekard.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := acekard.com/$(shell basename $(CURDIR))
|
export BASE := acekard.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := acekard.com/$(shell basename $(CURDIR))
|
export BASE := acekard.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := acekard.com/AceKard_RPG/$(shell basename $(CURDIR))
|
export BASE := acekard.com/AceKard_RPG/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../../out
|
export OUT := $(TOPDIR)/../../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package directory AceKard_AceKard+ AceKard_2_2.1 AceKard_2i AceKard_RPG
|
.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 BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := iTouchDS/$(shell basename $(CURDIR))
|
export BASE := iTouchDS/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := ndsill.net/$(shell basename $(CURDIR))
|
export BASE := ndsill.net/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := ndslr4.com/$(shell basename $(CURDIR))
|
export BASE := ndslr4.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := pk3ds.com/$(shell basename $(CURDIR))
|
export BASE := pk3ds.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4-king.com/$(shell basename $(CURDIR))
|
export BASE := r4-king.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4-usas.com/$(shell basename $(CURDIR))
|
export BASE := r4-usas.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4ds-i.com.cn/$(shell basename $(CURDIR))
|
export BASE := r4ds-i.com.cn/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out/
|
export OUT := $(TOPDIR)/../../../out/
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4dsixl3d.com/$(shell basename $(CURDIR))
|
export BASE := r4dsixl3d.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.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 BASE := r4dsl.net_r4iiinew.com_r4iii.com_iii.phqy.net/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4dspro.com/$(shell basename $(CURDIR))
|
export BASE := r4dspro.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-best.com/$(shell basename $(CURDIR))
|
export BASE := r4i-best.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-blue.com/$(shell basename $(CURDIR))
|
export BASE := r4i-blue.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-fifa.com/$(shell basename $(CURDIR))
|
export BASE := r4i-fifa.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-gold.com/$(shell basename $(CURDIR))
|
export BASE := r4i-gold.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-gold.eu/$(shell basename $(CURDIR))
|
export BASE := r4i-gold.eu/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-gold.hk/$(shell basename $(CURDIR))
|
export BASE := r4i-gold.hk/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-gold.me/$(shell basename $(CURDIR))
|
export BASE := r4i-gold.me/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-ndsill.com/$(shell basename $(CURDIR))
|
export BASE := r4i-ndsill.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-sdhc.com.au/$(shell basename $(CURDIR))
|
export BASE := r4i-sdhc.com.au/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-sdhc.com/$(shell basename $(CURDIR))
|
export BASE := r4i-sdhc.com/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := r4i-sdhc.hk/$(shell basename $(CURDIR))
|
export BASE := r4i-sdhc.hk/$(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.PHONY: package
|
.PHONY: package
|
||||||
|
|
||||||
export TOPDIR := $(shell pwd $(CURDIR))
|
export TOPDIR := $(CURDIR)
|
||||||
export BASE := $(shell basename $(CURDIR))
|
export BASE := $(shell basename $(CURDIR))
|
||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user