* [ptxdist] [PATCH] configure.ac: Check for GNU mknod
@ 2012-02-26 18:35 Bernhard Walle
0 siblings, 0 replies; only message in thread
From: Bernhard Walle @ 2012-02-26 18:35 UTC (permalink / raw)
To: ptxdist
We need that because scripts/lib/ptxd_make_xpkg_pkg.sh uses the -m
parameter of mknod which doesn't exist in BSD mknod.
Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
Makefile.in | 1 +
configure.ac | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index e8544d1..0c05294 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,6 +52,7 @@ environment:
@ln -sf @GNU_mkdir@ "$(abs_srcdir)/bin/mkdir"
@ln -sf @GNU_install@ "$(abs_srcdir)/bin/install"
@ln -sf @GNU_stat@ "$(abs_srcdir)/bin/stat"
+ @ln -sf @GNU_mknod@ "$(abs_srcdir)/bin/mknod"
@ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
@ln -sf @SED@ "$(abs_srcdir)/bin/sed"
@ln -sf @TAR@ "$(abs_srcdir)/bin/tar"
diff --git a/configure.ac b/configure.ac
index 00c2521..ca06879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,6 +152,7 @@ GNU_COREUTILS(md5sum)
GNU_COREUTILS(mkdir)
GNU_COREUTILS(install)
GNU_COREUTILS(stat)
+GNU_COREUTILS(mknod)
dnl Check for egrep
AC_PROG_EGREP
--
1.7.9
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-26 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-26 18:35 [ptxdist] [PATCH] configure.ac: Check for GNU mknod Bernhard Walle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox