[hackers] [scc] Compile library in multi target || Roberto E. Vargas Caballero
commit 93de81a5485ea8183c494cd1e67bb988fa91117c
Author: Roberto E. Vargas Caballero <roberto.vargas_AT_igrid-td.com>
AuthorDate: Thu Mar 31 08:58:05 2016 +0200
Commit: Roberto E. Vargas Caballero <roberto.vargas_AT_igrid-td.com>
CommitDate: Thu Mar 31 12:23:07 2016 +0200
Compile library in multi target
Library is needed for all the target architectures,
so it is safer if we explicitily compile it in the
makefile multi target.
diff --git a/Makefile b/Makefile
index a5a88aa..fe8bef7 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -17,6 +17,7 @@ all:
strip bin/cc1 bin/cc2 bin/scc
multi:
+ cd lib && $(MAKE) -e $(MAKEFLAGS)
for i in $(ARCHS) ; \
do \
$(MAKE) -$(MAKEFLAGS) $$i || exit ;\
Received on Thu Mar 31 2016 - 12:26:33 CEST
This archive was generated by hypermail 2.3.0
: Thu Mar 31 2016 - 12:36:20 CEST