summaryrefslogtreecommitdiff
path: root/prepare-source.mak
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-11-09 17:40:56 +0000
committerWayne Davison <wayned@samba.org>2007-11-09 17:40:56 +0000
commit0c270e48afc4efa03ebb27a514bca9ef869cc910 (patch)
tree5c42ec0d2f610ed2b1bdb02d1a6f3a98e854d4f9 /prepare-source.mak
parent8aeac05d981687e0e267a52e0e3bd7a5df634de5 (diff)
downloadrsync-0c270e48afc4efa03ebb27a514bca9ef869cc910.tar.gz
Let's try using perl for building proto.h.
Diffstat (limited to 'prepare-source.mak')
-rw-r--r--prepare-source.mak7
1 files changed, 1 insertions, 6 deletions
diff --git a/prepare-source.mak b/prepare-source.mak
index ef27e1ed..e7ff9958 100644
--- a/prepare-source.mak
+++ b/prepare-source.mak
@@ -9,12 +9,7 @@ config.h.in: configure.in aclocal.m4
autoheader && touch config.h.in
proto.h: *.c lib/compat.c
- cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new
- if diff proto.h proto.h.new >/dev/null 2>&1; then \
- rm proto.h.new; \
- else \
- mv proto.h.new proto.h; \
- fi
+ perl mkproto.pl *.c lib/compat.c
man: rsync.1 rsyncd.conf.5