mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
synced 2026-01-26 14:13:24 +00:00
Ignore file mode bits of generated files
The correct file mode will be set on install and is not relevant for the generated file. This also avoids using the non-portable chmod --reference Signed-off-by: Sertonix <sertonix@posteo.net>
This commit is contained in:
parent
eddc753fd9
commit
89f00a77a8
@ -42,5 +42,4 @@ V_GEN_SED_1 =
|
||||
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
||||
-e 's|[@]libdir[@]|$(libdir)|g' \
|
||||
-e 's|[@]includedir[@]|$(includedir)|g' \
|
||||
<$< >$@ && \
|
||||
chmod --reference=$< $@;
|
||||
<$< >$@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user