edje: don't wait until enough data filed the pipe to notify the other side of stdout that we are working.

SVN revision: 76751
This commit is contained in:
Cedric BAIL 2012-09-17 10:09:04 +00:00
parent 4f886ac78b
commit 42e427e2c7
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ rebuild(void *data __UNUSED__)
start = ecore_time_get();
fprintf(stdout, "* SYSTEM('%s')\n", edje_cc_command);
fflush(stdout);
ret = system(edje_cc_command);
if (WEXITSTATUS(ret) == 0)
read_watch_file(watchfile);