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
|
||||
DEST_FILE="${DEST_FILE::-4}"
|
||||
DEST_DIR="$(dirname "$DEST_FILE")"
|
||||
if ! [ "$file" -nt "$DEST_FILE" ]
|
||||
then
|
||||
return
|
||||
fi
|
||||
if ! [ -d "$DEST_DIR" ]
|
||||
then
|
||||
mkdir -p "$DEST_DIR"
|
||||
@ -111,10 +107,6 @@ function process_file() {
|
||||
echo "done"
|
||||
else
|
||||
DEST_DIR="$(dirname "$DEST_FILE")"
|
||||
if ! [ "$file" -nt "$DEST_FILE" ]
|
||||
then
|
||||
return
|
||||
fi
|
||||
if ! [ -d "$DEST_DIR" ]
|
||||
then
|
||||
mkdir -p "$DEST_DIR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user