solbu / hldig

hl://Dig is a fork of ht://Dig, a web indexing and searching system for a small domain or intranet
https://solbu.github.io/hldig/
Other
18 stars 21 forks source link

`make dist` shouldn't try to build tests when creating tarball #91

Closed andy5995 closed 5 years ago

andy5995 commented 6 years ago

As reported by @solbu , make dist does not work.

I'll start working on that within the next few days, unless someone else wants to.

solbu commented 6 years ago

I fixed the most critical part of this issue.

It remains to figure out how to stop «make dist» from running the compile and tests in test/ when creating a tarball. If one doesn't compile everything before make dist, It will fail. I've never seen that happen before.

But it's not critical at the moment.

andy5995 commented 6 years ago

But sounds like something there should be a ticket for?

Since this one is still open, I'll just rename it.

solbu commented 5 years ago

I believe this is fixed somewhere along the way, and issue #109 fixed the remaning bit.