Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143035667
D54757.id169987.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.id169987.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
Mon, Jan 26, 10:14 AM (10 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27732602
Default Alt Text
D54757.id169987.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