mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-24 19:02:27 +01:00
132 lines
4.7 KiB
Diff
132 lines
4.7 KiB
Diff
File mode is set on install so don't need to preserve it here
|
|
|
|
--- a/Makefile.common
|
|
+++ b/Makefile.common
|
|
@@ -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=$< $@;
|
|
+ <$< >$@
|
|
--- a/docs/man/man1/Makefile
|
|
+++ b/docs/man/man1/Makefile
|
|
@@ -635,8 +635,7 @@ uninstall-man: uninstall-man1
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
--- a/docs/man/man1/Makefile.in
|
|
+++ b/docs/man/man1/Makefile.in
|
|
@@ -635,8 +635,7 @@ uninstall-man: uninstall-man1
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
--- a/docs/man/man8/Makefile
|
|
+++ b/docs/man/man8/Makefile
|
|
@@ -633,8 +633,7 @@ uninstall-man: uninstall-man8
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
--- a/docs/man/man8/Makefile.in
|
|
+++ b/docs/man/man8/Makefile.in
|
|
@@ -633,8 +633,7 @@ uninstall-man: uninstall-man8
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
--- a/src/Makefile.in
|
|
+++ b/src/Makefile.in
|
|
@@ -1367,8 +1367,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-dist_binSCRIPTS
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
install-exec-hook:
|
|
for i in psfaddtable psfgettable psfstriptable; do \
|
|
--- a/src/libcommon/Makefile.in
|
|
+++ b/src/libcommon/Makefile.in
|
|
@@ -715,8 +715,7 @@ uninstall-am:
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
--- a/src/libkbdfile/Makefile.in
|
|
+++ b/src/libkbdfile/Makefile.in
|
|
@@ -815,8 +815,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
--- a/src/libkeymap/Makefile.in
|
|
+++ b/src/libkeymap/Makefile.in
|
|
@@ -972,8 +972,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS \
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
parser.h: parser.c ; @true
|
|
analyze.h: analyze.c ; @true
|
|
--- a/src/libkfont/Makefile.in
|
|
+++ b/src/libkfont/Makefile.in
|
|
@@ -892,8 +892,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS \
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
--- a/src/vlock/Makefile.in
|
|
+++ b/src/vlock/Makefile.in
|
|
@@ -878,8 +878,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-local
|
|
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
|
|
-e 's|[@]libdir[@]|$(libdir)|g' \
|
|
-e 's|[@]includedir[@]|$(includedir)|g' \
|
|
- <$< >$@ && \
|
|
- chmod --reference=$< $@;
|
|
+ <$< >$@
|
|
|
|
@VLOCK_TRUE@install-data-local:
|
|
@VLOCK_TRUE@ install -Dm644 $(srcdir)/vlock.pamd $(DESTDIR)$(sysconfdir)/pam.d/vlock
|