[packages/poldek/AC-branch] just touch it

glen glen at pld-linux.org
Mon Jul 8 14:08:10 CEST 2013


commit 8de0344baa1d5df0364fa7cf6e8d3acadbf10fb1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jul 8 15:06:23 2013 +0300

    just touch it
    
    touch -r does not update full timestamp, only some granuality, meaning
    make(1) will still invoke the action.
    
    this is ac coreutils-8.10-5 on tmpfs /tmp:
    $ touch -r poldek.conf.xml poldek.1
    $ ls -l --full poldek.conf.xml poldek.1
    -rw-r--r-- 1 glen users 11K 2013-07-08 14:56:56.298562000 +0300 poldek.1
    -rw-r--r-- 1 glen users 24K 2013-07-08 14:56:56.298562293 +0300 poldek.conf.xml

 poldek.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/poldek.spec b/poldek.spec
index 19bfd13..f0eecdf 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -196,7 +196,7 @@ Moduły języka Python dla poldka.
 %patch2 -p1
 
 # avoid man regeneration, broken on ac
-touch -r doc/poldek.conf.xml doc/*.1
+touch doc/*.1
 
 # ac gcc does not have -Wextra
 %{__sed} -i -e '/-Wextra/d' configure.ac
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/8de0344baa1d5df0364fa7cf6e8d3acadbf10fb1



More information about the pld-cvs-commit mailing list