Skip to content

Commit

Permalink
Mention need of wildcard support in make.
Browse files Browse the repository at this point in the history
See bug 7625.
  • Loading branch information
Wayne Davison committed Aug 26, 2010
1 parent 8b48c68 commit c9bf436
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,26 @@ for the daemon by editing the NOBODY_USER and NOBODY_GROUP defines in
config.h, or just override them in your /etc/rsyncd.conf file.

As of 2.4.7, rsync uses Eric Troan's popt option-parsing library. A
cut-down copy of release 1.6.4 is included in the rsync distribution,
cut-down copy of a recent release is included in the rsync distribution,
and will be used if there is no popt library on your build host, or if
the --with-included-popt option is passed to ./configure.

If you configure using --enable-maintainer-mode, then rsync will try
to pop up an xterm on DISPLAY=:0 if it crashes. You might find this
useful, but it should be turned off for production builds.

MAKE COMPATIBILITY
------------------

Note that Makefile.in has a rule that uses a wildcard in a prerequisite. If
your make has a problem with this rule, you will see an error like this:

Don't know how to make ./*.c

You can change the "proto.h-tstamp" target to omit the "$(srcdir)/*.c"
source, but keep in mind that this will make a manual run of "make proto"
necessary (prior to a "make") anytime the function prototypes change.

RPM NOTES
---------

Expand Down

0 comments on commit c9bf436

Please sign in to comment.