[pve-devel] [PATCH] Add touch command after unpacking our ext js files.

Emmanuel Kasper e.kasper at proxmox.com
Thu Mar 26 09:58:56 CET 2015


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 at 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





More information about the pve-devel mailing list