Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107839514
D17961.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D17961.diff
View Options
Index: head/sys/dts/Makefile.inc
===================================================================
--- head/sys/dts/Makefile.inc
+++ head/sys/dts/Makefile.inc
@@ -5,9 +5,9 @@
test-dts:
.for dts in ${DTS}
@env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
+.endfor
test-dtso:
.for dtso in ${DTSO}
@env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtbo.sh ${SYSDIR} ${dtso} /tmp
-
.endfor
Index: head/sys/dts/arm/Makefile
===================================================================
--- head/sys/dts/arm/Makefile
+++ head/sys/dts/arm/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-DTS!=ls *.dts
+DTS!=ls ${.CURDIR}/*.dts
all: test-dts
Index: head/sys/dts/arm/Makefile.inc
===================================================================
--- head/sys/dts/arm/Makefile.inc
+++ head/sys/dts/arm/Makefile.inc
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"
Index: head/sys/dts/arm/overlays/Makefile
===================================================================
--- head/sys/dts/arm/overlays/Makefile
+++ head/sys/dts/arm/overlays/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-DTSO!=ls *.dtso
+DTSO!=ls ${.CURDIR}/*.dtso
all: test-dtso
Index: head/sys/dts/arm64/Makefile
===================================================================
--- head/sys/dts/arm64/Makefile
+++ head/sys/dts/arm64/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-DTS!=ls *.dts
+DTS!=ls ${.CURDIR}/*.dts
all: test-dts
Index: head/sys/dts/arm64/Makefile.inc
===================================================================
--- head/sys/dts/arm64/Makefile.inc
+++ head/sys/dts/arm64/Makefile.inc
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"
Index: head/sys/dts/arm64/overlays/Makefile
===================================================================
--- head/sys/dts/arm64/overlays/Makefile
+++ head/sys/dts/arm64/overlays/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-DTSO!=ls *.dtso
+DTSO!=ls ${.CURDIR}/*.dtso
all: test-dtso
Index: head/sys/dts/mips/Makefile
===================================================================
--- head/sys/dts/mips/Makefile
+++ head/sys/dts/mips/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-DTS!=ls *.dts
+DTS!=ls ${.CURDIR}/*.dts
all: test-dts
Index: head/sys/dts/powerpc/Makefile
===================================================================
--- head/sys/dts/powerpc/Makefile
+++ head/sys/dts/powerpc/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-DTS!=ls *.dts
+DTS!=ls ${.CURDIR}/*.dts
all: test-dts
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 3:51 PM (19 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15947715
Default Alt Text
D17961.diff (2 KB)
Attached To
Mode
D17961: Fix test-dts{,o} targets
Attached
Detach File
Event Timeline
Log In to Comment