diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-31 23:41:53 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-31 23:41:53 +0000 |
| commit | 88b8f0a3475fc1f2e1b3cf58b63902551dae0169 (patch) | |
| tree | 816f021aa601eba0c1f76c2a3296cf0255dfa9e0 /scripts | |
| parent | d3081062453cb394052dd2d8ecda94aaaff3c6df (diff) | |
| download | busybox-w32-88b8f0a3475fc1f2e1b3cf58b63902551dae0169.tar.gz busybox-w32-88b8f0a3475fc1f2e1b3cf58b63902551dae0169.tar.bz2 busybox-w32-88b8f0a3475fc1f2e1b3cf58b63902551dae0169.zip | |
sendmail: update by Vladimir
build system: tweak for rare case where include/autoconf.h
does not get updated
function old new delta
packed_usage 26238 26242 +4
sendmail_main 1353 897 -456
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-456) Total: -452 bytes
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/util.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index aea8d56ce..0461a5f40 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c | |||
| @@ -44,7 +44,13 @@ int file_write_dep(const char *name) | |||
| 44 | else | 44 | else |
| 45 | fprintf(out, "\t%s\n", file->name); | 45 | fprintf(out, "\t%s\n", file->name); |
| 46 | } | 46 | } |
| 47 | fprintf(out, "\n.config include/autoconf.h: $(deps_config)\n\n$(deps_config):\n"); | 47 | fprintf(out, |
| 48 | "\n" | ||
| 49 | ".config include/autoconf.h: $(deps_config)\n" | ||
| 50 | "\n" | ||
| 51 | "include/autoconf.h: .config\n" /* bbox */ | ||
| 52 | "\n" | ||
| 53 | "$(deps_config):\n"); | ||
| 48 | fclose(out); | 54 | fclose(out); |
| 49 | rename("..config.tmp", name); | 55 | rename("..config.tmp", name); |
| 50 | return 0; | 56 | return 0; |
