Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162925140
D54757.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
645 B
Referenced Files
None
Subscribers
None
D54757.diff
View Options
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -247,7 +247,7 @@
run $MAKE -C "$SRCTOP" -f "$SRCTOP"/Makefile.inc1 $CLEANMK
else
echo "Cleaning up the temporary build tree"
- run rm -rf "$OBJTOP"
+ rm -rf "$OBJTOP"/* "$OBJTOP"/.[!.] "$OBJTOP"/.??*
fi
# We don't assume that all callers will have grabbed the build epoch, so
@@ -257,7 +257,6 @@
buildepoch=$(extract_epoch "$SRCTOP"/.clean_build_epoch)
fi
- mkdir -p "$OBJTOP"
echo "$buildepoch" > "$OBJTOP"/.clean_build_epoch
echo "$srcopts" > "$OBJTOP"/.src_opts
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 19, 8:56 AM (5 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35228591
Default Alt Text
D54757.diff (645 B)
Attached To
Mode
D54757: depend-cleanup.sh: Move pwd to a safer place
Attached
Detach File
Event Timeline
Log In to Comment