diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-14 20:50:00 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-14 20:50:00 -0400 |
commit | 2fea7c86ef761141f00145702568ea2e3b86cd6b (patch) | |
tree | d09a802b2ad4c387f9560463b6c12af80d59c905 /Makefile | |
parent | b5e33d44a4a838b8212a156b28b186331e5e4adb (diff) |
documenting problems with the tarball generation process.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ debian-package: tarball (cd monkeysphere-$(MONKEYSPHERE_VERSION) && debuild -uc -us) rm -rf monkeysphere-$(MONKEYSPHERE_VERSION) -freebsd-distinfo: tarball +# don't explicitly depend on the tarball, since our tarball +# (re)generation is not idempotent even when no source changes. +freebsd-distinfo: ./utils/build-freebsd-distinfo clean: |