Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23737
b: refs/heads/master
c: dc9a49a
h: refs/heads/master
i:
  23735: 9cc42d4
v: v3
  • Loading branch information
Jan Beulich authored and Sam Ravnborg committed Mar 12, 2006
1 parent fe3e854 commit bfe18bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cab77a2f851363e35089b9720373b964f64550e
refs/heads/master: dc9a49a4af9cdbe3d79183eefb12372b4dbc09c2
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/confdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ int conf_write(const char *name)
out_h = fopen(".tmpconfig.h", "w");
if (!out_h)
return 1;
file_write_dep(NULL);
}
sym = sym_lookup("KERNELVERSION", 0);
sym_calc_value(sym);
Expand Down Expand Up @@ -512,7 +513,6 @@ int conf_write(const char *name)
if (out_h) {
fclose(out_h);
rename(".tmpconfig.h", "include/linux/autoconf.h");
file_write_dep(NULL);
}
if (!name || basename != conf_def_filename) {
if (!name)
Expand Down

0 comments on commit bfe18bf

Please sign in to comment.