Add touch command after unpacking our ext js files.

Files inside a zip archive have an older modified date than
the zip which contains them.
Touching the files after their creation will prevent unnecessary
execution of the target and will speed up the build.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
Emmanuel Kasper 2015-03-26 09:58:56 +01:00 committed by Dietmar Maurer
parent c33181d999
commit 4af4a5088c

View File

@ -12,6 +12,7 @@ ${EXTDATA}: ${EXTJSSRC}
rm -rf ${EXTJSDIR} extjs
unzip -x ${EXTJSSRC}
mv ${EXTJSDIR} extjs
touch ${EXTDATA}
all: ${EXTDATA}