Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor CI Reproducible
Commits
973bc767
Commit
973bc767
authored
Apr 27, 2022
by
David Goulet
🔆
Browse files
Auto remove any leftover build/ directory
Signed-off-by:
David Goulet
<
dgoulet@torproject.org
>
parent
f524c0fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
973bc767
...
...
@@ -76,6 +76,10 @@ done
BUILD
=
"
$(
pwd
)
/build"
SIGS_DIRPATH
=
"
$(
pwd
)
/sigs"
# Cleanup previous build directory since we need to start from scratch. Prompt
# before removal just in case since rm -rf are scary.
runcmd
rm
-rf
-I
"
$BUILD
"
# Create the directory hierarchy we need.
runcmd
mkdir
-p
"
$BUILD
"
runcmd
mkdir
-p
"
$SIGS_DIRPATH
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment