We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69aa5a4 commit abaade8Copy full SHA for abaade8
scripts/build-artifacts.bash
@@ -15,7 +15,7 @@ MAKEFLAGS="-j$(nproc)"
15
export MAKEFLAGS
16
17
pushd emacs || exit
18
-su-exec "$USR" make distclean
+su-exec "$USR" make extraclean
19
popd || exit
20
su-exec "$USR" makepkg
21
scripts/pull.bash
@@ -4,6 +4,7 @@ set -euxo pipefail
4
5
if [[ -d "emacs" ]]; then
6
cd emacs
7
+ git clean -fX
8
git checkout .
9
git pull --rebase origin "$UPSTREAM_BRANCH"
10
else
0 commit comments