commit | 302faf2cd2128043c67520ac773c9f62ca3af756 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Feb 09 14:08:55 2011 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Feb 09 14:32:27 2011 +0300 |
tree | e40d1a6a97df1dc3f60e29e98b73a960110c4c13 | |
parent | 117ea7223ff4e3f26ed8ffca5fade036198929d7 [diff] |
build system: fix generated files' perms It is more convenient for developers if all the generated files have the same permissions as their .in ancestors. It's a not a big deal per se because 'make install' takes care about proper permissions. Use chmod --reference to do that, and ignore the error if it doesn't work (for example when 'chmod' don't understand '--reference' option). Reported-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Kir Kolyshkin <kir@openvz.org>