Compile all files.
We don't currently resolve dependencies, so it's not possible to actually skip these files.
This commit is contained in:
parent
15b1a6791c
commit
a0a866fab5
8
phpsg.sh
8
phpsg.sh
@ -98,10 +98,6 @@ function process_file() {
|
|||||||
then
|
then
|
||||||
DEST_FILE="${DEST_FILE::-4}"
|
DEST_FILE="${DEST_FILE::-4}"
|
||||||
DEST_DIR="$(dirname "$DEST_FILE")"
|
DEST_DIR="$(dirname "$DEST_FILE")"
|
||||||
if ! [ "$file" -nt "$DEST_FILE" ]
|
|
||||||
then
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
if ! [ -d "$DEST_DIR" ]
|
if ! [ -d "$DEST_DIR" ]
|
||||||
then
|
then
|
||||||
mkdir -p "$DEST_DIR"
|
mkdir -p "$DEST_DIR"
|
||||||
@ -111,10 +107,6 @@ function process_file() {
|
|||||||
echo "done"
|
echo "done"
|
||||||
else
|
else
|
||||||
DEST_DIR="$(dirname "$DEST_FILE")"
|
DEST_DIR="$(dirname "$DEST_FILE")"
|
||||||
if ! [ "$file" -nt "$DEST_FILE" ]
|
|
||||||
then
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
if ! [ -d "$DEST_DIR" ]
|
if ! [ -d "$DEST_DIR" ]
|
||||||
then
|
then
|
||||||
mkdir -p "$DEST_DIR"
|
mkdir -p "$DEST_DIR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user