Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH] sys-utils/Makemodule.am: fix parallel build issue
@ 2015-08-31  8:23 Chen Qi
  2015-08-31  8:23 ` include errno.h instead of argp.h Chen Qi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chen Qi @ 2015-08-31  8:23 UTC (permalink / raw)
  To: util-linux

From: Robert Yang <liezhi.yang@windriver.com>

The rule SETARCH_MAN_LINKS is used for the files under the sys-utils
dir, for example:

echo ".so man8/setarch.8" > sys-utils/linux32.8

but it depends on nothing so that the sys-utils dir may not exist, we
can create the sys-utils dir to fix problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 sys-utils/Makemodule.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 6265282..62ead37 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -124,6 +124,7 @@ man_MANS += $(SETARCH_MAN_LINKS)
 CLEANFILES += $(SETARCH_MAN_LINKS)
 
 $(SETARCH_MAN_LINKS):
+	$(MKDIR_P) sys-utils
 	$(AM_V_GEN)echo ".so man8/setarch.8" > $@
 
 install-exec-hook-setarch:
-- 
1.8.2.1


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

end of thread, other threads:[~2015-08-31  9:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-31  8:23 [PATCH] sys-utils/Makemodule.am: fix parallel build issue Chen Qi
2015-08-31  8:23 ` include errno.h instead of argp.h Chen Qi
2015-08-31  9:33   ` Karel Zak
2015-08-31  8:23 ` replace siginterrupt with sigaction Chen Qi
2015-08-31  9:37   ` Karel Zak
2015-08-31  9:27 ` [PATCH] sys-utils/Makemodule.am: fix parallel build issue Karel Zak

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