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.kas...@proxmox.com>
---
 www/ext4/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/ext4/Makefile b/www/ext4/Makefile
index 77bd878..7fa2276 100644
--- a/www/ext4/Makefile
+++ b/www/ext4/Makefile
@@ -12,6 +12,7 @@ ${EXTDATA}: ${EXTJSSRC}
        rm -rf ${EXTJSDIR} extjs
        unzip -x ${EXTJSSRC}
        mv ${EXTJSDIR} extjs
+       touch ${EXTDATA}
 
 all: ${EXTDATA}
 
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to