Skip to content

Commit

Permalink
Don't put system architecture in generated headers.
Browse files Browse the repository at this point in the history
Including HOST causes the build to be unreproducible.
  • Loading branch information
jelmer committed May 15, 2016
1 parent 2ff110c commit 0113798
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/bits.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ int main(int argc, char **argv)
}
f = fopen(argv[1], "w");
}
fprintf(f, "/* %s -- this file was generated for %s by\n", fn, HOST);
fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "",
"$Id$");
fprintf(f, "#ifndef %s\n", hb);
fprintf(f, "#define %s\n", hb);
fprintf(f, "\n");
Expand Down

0 comments on commit 0113798

Please sign in to comment.