public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] Build system fixes
@ 2020-07-31 12:15 Cyril Hrubis
  2020-07-31 12:15 ` [LTP] [PATCH 1/3] build system: Add explicit make rules Cyril Hrubis
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Cyril Hrubis @ 2020-07-31 12:15 UTC (permalink / raw)
  To: ltp

This patchset does

* Introduce LTPLDLIBS to solve linker dependencies once for all

* Cleans up the output from make a bit, this could be even more fine
  tuned if we agree on this part

Cyril Hrubis (3):
  build system: Add explicit make rules
  testcases: Make use of LTPLDLIBS
  build system: Silence the output a bit more

 include/mk/env_post.mk                        |  2 ++
 include/mk/generic_trunk_target.inc           | 14 +++++++++
 include/mk/lib.mk                             |  2 +-
 include/mk/rules.mk                           | 29 +++++++++++++++++++
 include/mk/testcases.mk                       |  5 ++++
 .../kernel/syscalls/clock_gettime/Makefile    |  2 +-
 testcases/kernel/syscalls/ipc/msgctl/Makefile |  2 +-
 testcases/kernel/syscalls/ipc/msgget/Makefile |  2 +-
 testcases/kernel/syscalls/ipc/msgrcv/Makefile |  2 +-
 testcases/kernel/syscalls/ipc/msgsnd/Makefile |  2 +-
 .../kernel/syscalls/ipc/msgstress/Makefile    |  2 +-
 testcases/kernel/syscalls/ipc/semctl/Makefile |  4 +--
 testcases/kernel/syscalls/ipc/semget/Makefile |  2 +-
 testcases/kernel/syscalls/ipc/semop/Makefile  |  2 +-
 testcases/kernel/syscalls/ipc/shmat/Makefile  |  2 +-
 testcases/kernel/syscalls/ipc/shmctl/Makefile |  4 +--
 testcases/kernel/syscalls/ipc/shmdt/Makefile  |  2 +-
 testcases/kernel/syscalls/ipc/shmget/Makefile |  2 +-
 testcases/kernel/syscalls/kill/Makefile       |  4 +--
 testcases/kernel/syscalls/mbind/Makefile      |  6 ++--
 testcases/kernel/syscalls/mremap/Makefile     |  2 +-
 .../kernel/syscalls/rt_sigtimedwait/Makefile  |  2 +-
 .../kernel/syscalls/set_mempolicy/Makefile    |  3 +-
 .../kernel/syscalls/sigtimedwait/Makefile     |  2 +-
 testcases/kernel/syscalls/sigwait/Makefile    |  2 +-
 .../kernel/syscalls/sigwaitinfo/Makefile      |  2 +-
 26 files changed, 79 insertions(+), 26 deletions(-)
 create mode 100644 include/mk/rules.mk

-- 
2.26.2


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-08-05 10:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-31 12:15 [LTP] [PATCH 0/3] Build system fixes Cyril Hrubis
2020-07-31 12:15 ` [LTP] [PATCH 1/3] build system: Add explicit make rules Cyril Hrubis
2020-08-03  7:47   ` Jan Stancek
2020-08-03  7:59     ` Li Wang
2020-08-03 13:27     ` Petr Vorel
2020-08-05  9:27     ` Cyril Hrubis
2020-08-05 10:31       ` Li Wang
2020-08-05 10:40         ` Cyril Hrubis
2020-07-31 12:15 ` [LTP] [PATCH 2/3] testcases: Make use of LTPLDLIBS Cyril Hrubis
2020-07-31 12:15 ` [LTP] [PATCH 3/3] build system: Silence the output a bit more Cyril Hrubis
2020-08-03  7:52   ` Li Wang
2020-07-31 13:02 ` [LTP] [PATCH 0/3] Build system fixes Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox