Diff

Differences From Artifact [288a790a72]:

To Artifact [0b4c5bb22b]:


1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/env bash

# Clean variables which will interfere with the build
unset MAKEFLAGS

# Determine appropriate mode
mode="build"
case "$1" in
	clean|distclean|build|retry)
		mode="$1"
		shift



|







1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/env bash

# Clean variables which will interfere with the build
unset MAKEFLAGS DESTDIR

# Determine appropriate mode
mode="build"
case "$1" in
	clean|distclean|build|retry)
		mode="$1"
		shift