[mirmince commits] {mirmince} branch master updated. c8f9f0fc1e1a22ad92edafee0d028db4d56fc8f7
tg at freewrt.org
tg at freewrt.org
Fri Jun 14 21:56:15 UTC 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main git repository for FreeWRT project mirmince".
The branch, master has been updated
via c8f9f0fc1e1a22ad92edafee0d028db4d56fc8f7 (commit)
from 4bb2adde467c616ed9ee84c371ad28f2bea600bc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c8f9f0fc1e1a22ad92edafee0d028db4d56fc8f7
Author: Thorsten Glaser <tg at mirbsd.org>
Date: Fri Jun 14 21:56:25 2013 +0000
generate foreign-arch syscall*.h correctly
-----------------------------------------------------------------------
Summary of changes:
Makefile | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index ea54093..2852163 100644
--- a/Makefile
+++ b/Makefile
@@ -121,19 +121,21 @@ cc cc-spec: .cc-done
DCLEANFILES+= Makefile.gen
CVSYSCLS+= Makefile.gen
+Makefile.gen: ${_CONF} cvsyscls ${LIBCDIR}/osdep/${TG_OS}/syscalls
+ ${SHELL} ${LIBCDIR:Q}/cvsyscls $@ \
+ ${LIBCDIR:Q}/osdep/${TG_OS}/syscalls
.for _i in ${TGS_OS}
CVSYSCLS+= osdep/${_i}/syscall.h osdep/${_i}/syscallc.h
-osdep/${_i}/syscall.h osdep/${_i}/syscallc.h: osdep/${_i}
+osdep/${_i}/syscall.h osdep/${_i}/syscallc.h: osdep/${_i} \
+ ${_CONF} cvsyscls ${LIBCDIR}/osdep/${_i}/syscalls
+ ${SHELL} ${LIBCDIR:Q}/cvsyscls $@ \
+ ${LIBCDIR}/osdep/${_i}/syscalls
osdep/${_i}:
@mkdir -p $@
.endfor
-${CVSYSCLS}: ${_CONF} cvsyscls ${LIBCDIR}/osdep/${TG_OS}/syscalls
- ${SHELL} ${LIBCDIR:Q}/cvsyscls $@ \
- ${LIBCDIR:Q}/osdep/${TG_OS}/syscalls
-
SYSCALLS+=${SYSCALLS_${TG_ARCH}}
CLEANFILES+= sys_*.S
hooks/post-receive
--
Main git repository for FreeWRT project mirmince
(FreeWRT project mirmince repository mirmince)
More information about the mirmince-commits
mailing list