Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142956787
D51304.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
579 B
Referenced Files
None
Subscribers
None
D51304.diff
View Options
diff --git a/tests/ci/Makefile b/tests/ci/Makefile
--- a/tests/ci/Makefile
+++ b/tests/ci/Makefile
@@ -134,7 +134,8 @@
.endif
CLEANFILES+= ${.OBJDIR}/${CIIMAGE} ${.OBJDIR}/ci.img ${META_TAR}
-CLEANDIRS+= ${.OBJDIR}/ci-buildimage
+IMAGEDIR= ${.OBJDIR}/ci-buildimage
+CLEANDIRS+= ${IMAGEDIR}
portinstall: portinstall-pkg portinstall-qemu portinstall-expect portinstall-${TARGET_ARCH:tl} .PHONY
@@ -157,7 +158,7 @@
.endif
beforeclean: .PHONY
- chflags -R noschg ${.OBJDIR}/${.TARGET}
+ chflags -R noschg ${IMAGEDIR}
.include <bsd.obj.mk>
clean: beforeclean .PHONY
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 25, 10:43 PM (16 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27976009
Default Alt Text
D51304.diff (579 B)
Attached To
Mode
D51304: tests/ci: fix wrong chflags target path in 'beforeclean'
Attached
Detach File
Event Timeline
Log In to Comment