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:
parent
c33181d999
commit
4af4a5088c
@ -12,6 +12,7 @@ ${EXTDATA}: ${EXTJSSRC}
|
||||
rm -rf ${EXTJSDIR} extjs
|
||||
unzip -x ${EXTJSSRC}
|
||||
mv ${EXTJSDIR} extjs
|
||||
touch ${EXTDATA}
|
||||
|
||||
all: ${EXTDATA}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user