- Timestamp:
- Sep 2, 2008, 3:45:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r1698 r1699 3652 3652 3653 3653 if (recursive) 3654 return variable_buffer_output (o, "recursive", sizeof ("recursive") - 1); 3654 { 3655 error (reading_file, _("$(%s ) was invoked recursivly"), funcname); 3656 return variable_buffer_output (o, "recursive", sizeof ("recursive") - 1); 3657 } 3658 if (*argv[0] == '\0') 3659 { 3660 error (reading_file, _("$(%s ) was invoked with an empty target name"), funcname); 3661 return o; 3662 } 3655 3663 recursive = 1; 3656 3664 3657 3665 file = lookup_file (argv[0]); 3658 3666 if (file && file->cmds) … … 3814 3822 else 3815 3823 o = p; 3816 } 3824 } /* for each command line */ 3817 3825 } 3818 3826 /* else FIXME: bitch about it? */
Note:
See TracChangeset
for help on using the changeset viewer.