]> git.ipfire.org Git - thirdparty/ccache.git/commit
Don’t store pregenerated config lookup tables in the repo
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 4 Jan 2019 08:54:29 +0000 (09:54 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Jan 2019 21:18:36 +0000 (22:18 +0100)
commitaec5cb048dc5d587cfc0bee480f4cac353d8f426
tree00de74f53cc9c08983d1de9bc4350c2950fb778e
parentdf6a400ea499313793d75cda0a22294d95ded589
Don’t store pregenerated config lookup tables in the repo

We have had a requirement on gperf for the build-from-repo case for a
while now, so there is no real point in keeping generated gperf lookup
table code in the repository.
.gitignore
.travis.yml
Makefile.in
dev.mk.in
src/confitems_lookup.c [deleted file]
src/envtoconfitems_lookup.c [deleted file]