diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-15 11:44:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 11:44:35 -0400 |
commit | f8a6a9e47314acebea2d72c0ec195360eb58bbec (patch) | |
tree | a82a03f0d9d9088bd4e33d88af06b549861a7a36 /src/libstore | |
parent | 41591b33a9526dbf91232fa920903b9ccd2b3396 (diff) | |
parent | f7c896cfd80b511c30be5452edb0a350a7dd253c (diff) |
Merge pull request #8341 from obsidiansystems/dedup-gen-hh
Dedup some markdown -> C++ big literal stuff in build system
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/local.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstore/local.mk b/src/libstore/local.mk index e5e24501e..0be0bf310 100644 --- a/src/libstore/local.mk +++ b/src/libstore/local.mk @@ -57,12 +57,6 @@ $(d)/local-store.cc: $(d)/schema.sql.gen.hh $(d)/ca-specific-schema.sql.gen.hh $(d)/build.cc: -%.gen.hh: % - @echo 'R"foo(' >> $@.tmp - $(trace-gen) cat $< >> $@.tmp - @echo ')foo"' >> $@.tmp - @mv $@.tmp $@ - clean-files += $(d)/schema.sql.gen.hh $(d)/ca-specific-schema.sql.gen.hh $(eval $(call install-file-in, $(d)/nix-store.pc, $(libdir)/pkgconfig, 0644)) |