Software / code / prosody
Comparison
Makefile @ 4406:424e14d3f99b
Merge with Zash
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 26 Oct 2011 18:58:01 -0400 |
| parent | 4403:eb688e4397a5 |
| child | 4410:2928a74357c8 |
comparison
equal
deleted
inserted
replaced
| 4404:5356664ef9d4 | 4406:424e14d3f99b |
|---|---|
| 61 | 61 |
| 62 prosody.cfg.lua.install: prosody.cfg.lua.dist | 62 prosody.cfg.lua.install: prosody.cfg.lua.dist |
| 63 sed 's|certs/|$(INSTALLEDCONFIG)/certs/|' $^ > $@ | 63 sed 's|certs/|$(INSTALLEDCONFIG)/certs/|' $^ > $@ |
| 64 | 64 |
| 65 prosody.version: $(wildcard prosody.release .hg/dirstate) | 65 prosody.version: $(wildcard prosody.release .hg/dirstate) |
| 66 test -e .hg/dirstate && \ | 66 test -e .hg/dirstate && hexdump -n6 -e'6/1 "%02x"' .hg/dirstate \ |
| 67 hexdump -n6 -e'6/1 "%02x"' .hg/dirstate > $@ || true | 67 > $@ |
| 68 test -f prosody.release && \ | 68 test -f prosody.release && cp prosody.release $@ || true |
| 69 cp prosody.release $@ || true |