mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-30 23:02:39 -06:00
.BuildAll
git-svn-id: svn://ultimatepp.org/upp/trunk@5468 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7e71b7d298
commit
4033348bff
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ void Build(const char *nest, const char *bm, bool release)
|
|||
!IsIgnored(name) && !IsIgnored(name + ":" + mn) && !IsIgnored(String(nest) + ':' + name + ':' + mn)) {
|
||||
String txt;
|
||||
txt << nest << ' ' << name << ' ' << bm << ' ' << mn;
|
||||
Cout() << " Building " << txt;
|
||||
String c;
|
||||
c << umk << nest << ' ' << name << ' ' << bm << " -" << flags;
|
||||
if(first)
|
||||
|
|
@ -53,6 +52,7 @@ void Build(const char *nest, const char *bm, bool release)
|
|||
c << 's';
|
||||
#endif
|
||||
c << ' ' << outdir;
|
||||
Cout() << c;
|
||||
String out;
|
||||
if(Sys(c, out)) {
|
||||
Cout() << " *** FAILED *** !\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue