From: Enji Cooper <yaneurabeya@gmail.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] Makefile: Remove IDcheck.sh
Date: Mon, 8 Apr 2019 09:06:44 -0700 [thread overview]
Message-ID: <07C6ACE1-8F24-4DF5-89F3-8573D78BD1AC@gmail.com> (raw)
In-Reply-To: <20190408152145.29005-1-chrubis@suse.cz>
> On Apr 8, 2019, at 08:21, Cyril Hrubis <chrubis@suse.cz> wrote:
>
> There is no point in running the IDcheck on 'make install' as it's
> completely pointless to print ignored errors on installation which is
> only confusing users.
>
> Also the same script is even executed as a part of runltp script which
> is more appropriate place for it.
LGTM!
Reviewed-by: Enji Cooper <yaneurabeya@gmail.com>
> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
> ---
> Makefile | 19 -------------------
> 1 file changed, 19 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 170c2da20..c46d050ce 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -21,11 +21,6 @@
> # Ngie Cooper, July 2009
> #
>
> -# Force IDcheck.sh to fix any issues found with $(DESTDIR)/etc/group and
> -# $(DESTDIR)/etc/passwd automatically when after running the top-level
> -# install target.
> -CREATE_ENTRIES ?= 0
> -
> top_srcdir ?= $(CURDIR)
>
> include $(top_srcdir)/include/mk/env_pre.mk
> @@ -42,9 +37,6 @@ vpath %.in $(top_srcdir)/include
> vpath %.m4 $(top_srcdir)/m4
> vpath %.mk $(top_srcdir)/mk:$(top_srcdir)/mk/include
>
> -# Skip running IDcheck.sh at the end of install?
> -SKIP_IDCHECK ?= 0
> -
> # User wants uclinux binaries?
> UCLINUX ?= 0
> export UCLINUX
> @@ -202,17 +194,6 @@ $(INSTALL_TARGETS): $(INSTALL_DIR) $(DESTDIR)/$(bindir)
>
> ## Install
> install: $(INSTALL_TARGETS)
> -ifeq ($(SKIP_IDCHECK),0)
> - -@CREATE_ENTRIES=$(CREATE_ENTRIES) \
> - DESTDIR="$(DESTDIR)" \
> - "$(top_srcdir)/IDcheck.sh"
> -else
> - @echo "*******************************************************"
> - @echo "** Will not run IDcheck.sh (SKIP_IDCHECK set to 1). **"
> - @echo "*******************************************************"
> -endif
> -
> -## Misc targets.
>
> ## Help
> .PHONY: help
> --
> 2.19.2
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2019-04-08 16:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-08 15:21 [LTP] [PATCH] Makefile: Remove IDcheck.sh Cyril Hrubis
2019-04-08 16:06 ` Enji Cooper [this message]
2019-04-09 12:38 ` Cyril Hrubis
2019-04-12 13:58 ` Petr Vorel
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=07C6ACE1-8F24-4DF5-89F3-8573D78BD1AC@gmail.com \
--to=yaneurabeya@gmail.com \
--cc=ltp@lists.linux.it \
/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