abort edje_cc compile if embryo is not happy

SVN revision: 9892
This commit is contained in:
Carsten Haitzler 2004-04-25 04:24:56 +00:00
parent ec680ae695
commit 36862709f6
1 changed files with 0 additions and 2 deletions

View File

@ -473,7 +473,6 @@ data_write(void)
snprintf(buf, sizeof(buf), "embryo_cc -i%s -o%s %s",
DAT"data/include", tmpo, tmpn);
ret = system(buf);
/*
if (ret != 0)
{
printf("%i\n", ret);
@ -481,7 +480,6 @@ data_write(void)
progname);
ABORT_WRITE(ef, file_out);
}
*/
close(fd);
}
f = fopen(tmpo, "r");