From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect-php:master commit in: /
Date: Thu, 23 Jan 2020 15:06:35 +0000 (UTC) [thread overview]
Message-ID: <1579791958.b341d98c011d3a829c2a5b40a6c5b83680d6d98e.mjo@gentoo> (raw)
commit: b341d98c011d3a829c2a5b40a6c5b83680d6d98e
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 23:21:45 2020 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 15:05:58 2020 +0000
URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=b341d98c
Makefile.am: remove redundant $(srcdir)s.
The $(srcdir) in Makefile.am is implicit. Let's keep it that way.
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Makefile.am | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e425c84..df6430a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,33 +1,33 @@
eselectdir = $(datadir)/eselect/modules
-nodist_eselect_DATA = $(srcdir)/src/php.eselect
+nodist_eselect_DATA = src/php.eselect
# Without EXTRA_DIST, these files don't wind up in the tarball.
-EXTRA_DIST = $(srcdir)/openrc \
- $(srcdir)/src/70_mod_php.conf.in \
- $(srcdir)/src/php-fpm-launcher.in \
- $(srcdir)/src/php-fpm.logrotate.in
+EXTRA_DIST = openrc \
+ src/70_mod_php.conf.in \
+ src/php-fpm-launcher.in \
+ src/php-fpm.logrotate.in
if APACHE2
# Without these set, we won't try to install the conf file.
apacheconfdir = $(sysconfdir)/apache2/modules.d
- nodist_apacheconf_DATA = $(srcdir)/src/70_mod_php.conf
+ nodist_apacheconf_DATA = src/70_mod_php.conf
endif
if FPM
# Same as the APACHE2 conditional.
initdir = $(sysconfdir)/init.d
- nodist_init_SCRIPTS = $(srcdir)/openrc/init.d/php-fpm
+ nodist_init_SCRIPTS = openrc/init.d/php-fpm
confdir = $(sysconfdir)/conf.d
- nodist_conf_DATA = $(srcdir)/openrc/conf.d/php-fpm
+ nodist_conf_DATA = openrc/conf.d/php-fpm
- nodist_libexec_SCRIPTS = $(srcdir)/src/php-fpm-launcher
+ nodist_libexec_SCRIPTS = src/php-fpm-launcher
logrotatedir = $(sysconfdir)/logrotate.d
- nodist_logrotate_DATA = $(srcdir)/src/php-fpm.logrotate
+ nodist_logrotate_DATA = src/php-fpm.logrotate
tmpfilesdir = $(prefix)/lib/tmpfiles.d
- dist_tmpfiles_DATA = $(srcdir)/src/php-fpm.conf
+ dist_tmpfiles_DATA = src/php-fpm.conf
endif
# The next few rules allow us to replace bindir, libdir, etc.
@@ -48,8 +48,8 @@ $(nodist_eselect_DATA) $(nodist_apacheconf_DATA) $(nodist_init_SCRIPTS) $(nodist
$(edit) $${srcdir}$@.in > $@.tmp
mv $@.tmp $@
-$(srcdir)/src/php.eselect: $(srcdir)/src/php.eselect.in
-$(srcdir)/src/php-fpm-launcher: $(srcdir)/src/php-fpm-launcher.in
-$(srcdir)/src/php-fpm.logrotate: $(srcdir)/src/php-fpm.logrotate.in
-$(srcdir)/src/70_mod_php.conf: $(srcdir)/src/70_mod_php.conf.in
-$(srcdir)/openrc/init.d/php-fpm: $(srcdir)/openrc/init.d/php-fpm.in
+src/php.eselect: src/php.eselect.in
+src/php-fpm-launcher: src/php-fpm-launcher.in
+src/php-fpm.logrotate: src/php-fpm.logrotate.in
+src/70_mod_php.conf: src/70_mod_php.conf.in
+openrc/init.d/php-fpm: openrc/init.d/php-fpm.in
next reply other threads:[~2020-01-23 15:06 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-23 15:06 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-05 20:13 [gentoo-commits] proj/eselect-php:master commit in: / Michael Orlitzky
2023-07-26 22:55 Michael Orlitzky
2021-10-25 15:17 Brian Evans
2021-08-17 12:06 Michael Orlitzky
2020-12-08 2:24 Brian Evans
2020-01-23 15:06 Michael Orlitzky
2020-01-22 15:00 Michael Orlitzky
2020-01-22 15:00 Michael Orlitzky
2020-01-22 15:00 Michael Orlitzky
2018-04-13 17:46 Michael Orlitzky
2017-07-26 15:55 Michael Orlitzky
2017-07-26 0:21 Michael Orlitzky
2017-07-26 0:05 Michael Orlitzky
2017-07-26 0:05 Michael Orlitzky
2017-07-25 23:21 Michael Orlitzky
2017-07-19 14:11 Michael Orlitzky
2017-07-11 13:56 Brian Evans
2016-07-26 21:37 Michael Orlitzky
2016-01-22 20:53 Michael Orlitzky
2016-01-22 19:59 Michael Orlitzky
2016-01-22 19:59 Michael Orlitzky
2016-01-22 19:42 Michael Orlitzky
2016-01-09 17:20 Michael Orlitzky
2016-01-09 2:24 Michael Orlitzky
2016-01-08 21:50 Michael Orlitzky
2015-12-11 0:40 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1579791958.b341d98c011d3a829c2a5b40a6c5b83680d6d98e.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox