~ubuntu-branches/ubuntu/lucid/rsync/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Paul Slootman
  • Date: 2009-06-17 13:43:12 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090617134312-aopuowraetuj41s8
Tags: 3.0.6-1
* new upstream release.
* Manpage now states that MD5 is used for protocol version 30 and higher.
  closes:#520330
* Updated to standards version 3.8.2. Added debian/README.source .
* Added lintian override for embedded-zlib, as this is a modified version
  optimized for the rsync protocol. I.e. the standard zlib version will not
  work as well.
* Added a 'status' option to the init.d script.
  closes:#492138
* Manpage now declares --delete-during to be the default in the summary.
  closes:#472767,#476368

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@
60
60
@OBJ_RESTORE@
61
61
 
62
 
all: conf_stop make_stop rsync$(EXEEXT) @MAKE_MAN@
 
62
all: Makefile rsync$(EXEEXT) @MAKE_MAN@
63
63
 
64
64
install: all
65
65
        -mkdir -p ${DESTDIR}${bindir}
123
123
conf:
124
124
        cd $(srcdir) && $(MAKE) -f prepare-source.mak conf
125
125
 
126
 
conf_stop: configure.sh config.h.in
127
 
 
128
126
configure.sh config.h.in: configure.in aclocal.m4
129
127
        @if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; fi
130
128
        @if test -f config.h.in; then cp -p config.h.in config.h.in.old; else touch config.h.in.old; fi
156
154
        ./config.status --recheck
157
155
        ./config.status
158
156
 
159
 
make_stop: Makefile
160
 
 
161
 
Makefile: Makefile.in config.status
 
157
Makefile: Makefile.in config.status configure.sh config.h.in
162
158
        @if test -f Makefile; then cp -p Makefile Makefile.old; else touch Makefile.old; fi
163
159
        @./config.status
164
160
        @if diff Makefile Makefile.old >/dev/null 2>&1; then \
165
161
            echo "Makefile is unchanged."; \
166
162
            rm Makefile.old; \
167
163
        else \
168
 
            echo "Makefile updated -- rerun your make command."; \
169
 
            exit 1; \
 
164
            if test "$(MAKECMDGOALS)" = reconfigure; then \
 
165
                echo 'Continuing with "make reconfigure".'; \
 
166
            else \
 
167
                echo "Makefile updated -- rerun your make command."; \
 
168
                exit 1; \
 
169
            fi \
170
170
        fi
171
171
 
172
172
proto: proto.h-tstamp