rsync/rsync.git
15 years agoA couple instant-rsyncd improvements:
Wayne Davison [Thu, 11 Sep 2008 15:42:27 +0000 (08:42 -0700)]
A couple instant-rsyncd improvements:
- Prompt the user for the parameters when missing.
- Allow the creation of a module without a user+password.

15 years agoAdd instant-rsyncd to support/ .
Matt McCutchen [Thu, 14 Aug 2008 21:56:57 +0000 (17:56 -0400)]
Add instant-rsyncd to support/ .

15 years agoConvey the cleaned-up module-path to the user in all cases.
Wayne Davison [Thu, 11 Sep 2008 13:14:00 +0000 (06:14 -0700)]
Convey the cleaned-up module-path to the user in all cases.
Fixed a just-introduced problem with a relative module-path.

15 years agoFix the %P logfile escape inside a chroot.
Wayne Davison [Wed, 10 Sep 2008 23:45:06 +0000 (16:45 -0700)]
Fix the %P logfile escape inside a chroot.

15 years agoAdding 3.0.4 release line to OLDNEWS.
Wayne Davison [Sat, 6 Sep 2008 16:50:49 +0000 (09:50 -0700)]
Adding 3.0.4 release line to OLDNEWS.

15 years agoAdding human_readable var.
Wayne Davison [Wed, 3 Sep 2008 23:10:45 +0000 (16:10 -0700)]
Adding human_readable var.

15 years agoChanged some "rsync" commands into proper "$RSYNC" commands.
Wayne Davison [Wed, 3 Sep 2008 19:15:36 +0000 (12:15 -0700)]
Changed some "rsync" commands into proper "$RSYNC" commands.

15 years agoSplit up the ifuncs.h file into 3 .h files.
Wayne Davison [Tue, 2 Sep 2008 02:09:21 +0000 (19:09 -0700)]
Split up the ifuncs.h file into 3 .h files.

15 years agoDon't define an array with no size.
Wayne Davison [Tue, 2 Sep 2008 02:01:48 +0000 (19:01 -0700)]
Don't define an array with no size.

15 years agoA little tidying up to follow my preferred style.
Wayne Davison [Tue, 2 Sep 2008 00:08:26 +0000 (17:08 -0700)]
A little tidying up to follow my preferred style.

15 years agoSeveral fixes for merge file handling:
Matt McCutchen [Tue, 2 Sep 2008 00:01:19 +0000 (17:01 -0700)]
Several fixes for merge file handling:
- Free a mergelist's parent_dirscanned filters the last time it is
  popped or as soon as the filters are discarded due to the "n"
  modifier.  Aside from not leaking memory, this is needed to clean up
  any mergelists defined during the parent_dirscan to avoid crashing by
  trying to restore nonexistent state for them in pop_local_filters.
- Make push_local_filters save the current mergelist_cnt, and make
  pop_local_filters assert that it has the correct number of mergelists
  before restoring their state.
- Assert that mergelists get deactivated in strict LIFO order to catch
  any glitches as soon as they happen.  Free linked lists of filters in
  reverse order to make that the case.
- Add a bunch of mergelist-related debug output (--debug=filter2).

15 years agoOutput numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison [Mon, 1 Sep 2008 19:53:43 +0000 (12:53 -0700)]
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Also improved the human-readable output functions, including
adding the ability to output negative numbers.

15 years agoVerify that SUBPROTOCOL_VERSION is set correctly when making a
Wayne Davison [Sun, 31 Aug 2008 18:55:09 +0000 (11:55 -0700)]
Verify that SUBPROTOCOL_VERSION is set correctly when making a
nightly tar file release.  Fixed the opening comments.

15 years agoAdded extra file-changing logic to ensure that the various files that
Wayne Davison [Sun, 31 Aug 2008 17:01:44 +0000 (10:01 -0700)]
Added extra file-changing logic to ensure that the various files that
mention the protocol number have the right value, that the check-in date
for a protocol-change release is specified, and that a pre-release with
a protocol change doesn't have SUBPROTOCOL_VERSION set to 0.  Prompt for
releasing a branch if -b option was not used and we're on a branch.

15 years agoImproved the fix that ensures that the generator gets notified about an
Wayne Davison [Sun, 31 Aug 2008 16:03:50 +0000 (09:03 -0700)]
Improved the fix that ensures that the generator gets notified about an
I/O error for the incremental directory that generated the error.  The
PROTOCOL_VERSION was bumped to 31 to implement this.

15 years agoImproved rwrite() to handle a stderr exception without playing games
Wayne Davison [Sun, 24 Aug 2008 21:07:10 +0000 (14:07 -0700)]
Improved rwrite() to handle a stderr exception without playing games
with the msgs2stderr value.

15 years agoSome minor improvements to the flushing code to try to make it
Wayne Davison [Sun, 24 Aug 2008 19:56:33 +0000 (12:56 -0700)]
Some minor improvements to the flushing code to try to make it
even more solid.

15 years agoMake the !flist_eof assumption explicit before the check_for_io_err
Wayne Davison [Sun, 24 Aug 2008 19:54:49 +0000 (12:54 -0700)]
Make the !flist_eof assumption explicit before the check_for_io_err
code calls wait_for_receiver().

15 years agoAdded /support/savetransfer to .gitignore.
Wayne Davison [Sun, 17 Aug 2008 16:28:50 +0000 (09:28 -0700)]
Added /support/savetransfer to .gitignore.

15 years agoAn improved RERR_PARTIAL message.
Wayne Davison [Sun, 17 Aug 2008 16:23:28 +0000 (09:23 -0700)]
An improved RERR_PARTIAL message.

15 years agoChanged flist_for_ndx() to optionally die with an error
Wayne Davison [Thu, 14 Aug 2008 14:40:56 +0000 (07:40 -0700)]
Changed flist_for_ndx() to optionally die with an error
if the index isn't found.

15 years agoMade an error of readlink_stat() use the right function name.
Wayne Davison [Sun, 10 Aug 2008 14:32:54 +0000 (07:32 -0700)]
Made an error of readlink_stat() use the right function name.

15 years agoMake sure that the hlink node->data allocation doesn't fail.
Wayne Davison [Fri, 8 Aug 2008 14:48:41 +0000 (07:48 -0700)]
Make sure that the hlink node->data allocation doesn't fail.

15 years agoTweaked the symlink iconv buffer size and fixed a comment.
Wayne Davison [Sat, 2 Aug 2008 20:45:50 +0000 (13:45 -0700)]
Tweaked the symlink iconv buffer size and fixed a comment.

15 years agoWhen using --iconv, if a server-side receiver can't convert a filename,
Wayne Davison [Sat, 2 Aug 2008 17:26:17 +0000 (10:26 -0700)]
When using --iconv, if a server-side receiver can't convert a filename,
it now outputs the name back to the client without mangling the charset.

15 years agoRefer to the symlink's contents as "symlink data", not "symlink name".
Wayne Davison [Sat, 2 Aug 2008 17:20:51 +0000 (10:20 -0700)]
Refer to the symlink's contents as "symlink data", not "symlink name".

15 years agoAdded logic to the receiving side to ensure that the --delete-during
Wayne Davison [Sat, 2 Aug 2008 16:14:36 +0000 (09:14 -0700)]
Added logic to the receiving side to ensure that the --delete-during
code will not delete in a directory prior to receiving an I/O error
for that directory (or not receiving it, as the case may be).

15 years agoSkip new symlink conversion step if the remote rsync is not
Wayne Davison [Sat, 2 Aug 2008 14:06:15 +0000 (07:06 -0700)]
Skip new symlink conversion step if the remote rsync is not
new enough to do symlink content conversions.

15 years agoThe --iconv option now converts the content of a symlink too.
Wayne Davison [Sat, 2 Aug 2008 02:15:17 +0000 (19:15 -0700)]
The --iconv option now converts the content of a symlink too.

15 years agoFixed a problem with checking for the '.' dir in the first file
Wayne Davison [Sat, 2 Aug 2008 02:03:59 +0000 (19:03 -0700)]
Fixed a problem with checking for the '.' dir in the first file
list that is transferred.  This fixes a glitch where a failed
--iconv conversion on the receiving side could prevent deletions
from happening in the root-dir of the transfer.

15 years agoChanged the iconv-related message that was being output as the
Wayne Davison [Sat, 2 Aug 2008 01:15:28 +0000 (18:15 -0700)]
Changed the iconv-related message that was being output as the
lone --info=misc2 message into a --debug=iconv message so that
all iconv info will be output when requesting iconv debugging.

15 years agoFixed a couple minor problems in util.c:
Wayne Davison [Sat, 2 Aug 2008 01:04:24 +0000 (18:04 -0700)]
Fixed a couple minor problems in util.c:
- Make sure that handle_partial_dir() never returns a truncated fname.
- Make robust_rename() return that it failed to do a cross-device
  copy if the partial-dir could not be created.

15 years agoProperly handle a failure to create a partial directory, which is
Wayne Davison [Sat, 2 Aug 2008 01:03:57 +0000 (18:03 -0700)]
Properly handle a failure to create a partial directory, which is
especially important for --delay-updates, particularly when
--remove-source-files was also specified.

15 years agoOutput an FERROR* for a general io_error, and an FWARNING for other
Wayne Davison [Thu, 31 Jul 2008 14:59:45 +0000 (07:59 -0700)]
Output an FERROR* for a general io_error, and an FWARNING for other
io_error flags.

15 years agoMention a missing sender-side hash improvment that went out in 3.0.0.
Wayne Davison [Wed, 30 Jul 2008 15:33:05 +0000 (08:33 -0700)]
Mention a missing sender-side hash improvment that went out in 3.0.0.

15 years agoMake hard-linking work when a device has an st_dev of 0.
Wayne Davison [Wed, 30 Jul 2008 01:06:26 +0000 (18:06 -0700)]
Make hard-linking work when a device has an st_dev of 0.

15 years agoMention some mount options that can interfere with --link-dest.
Wayne Davison [Tue, 29 Jul 2008 01:25:18 +0000 (18:25 -0700)]
Mention some mount options that can interfere with --link-dest.

15 years agoAdded a client --munge-links option that works like the daemon
Wayne Davison [Mon, 28 Jul 2008 23:35:03 +0000 (16:35 -0700)]
Added a client --munge-links option that works like the daemon
"munge symlinks" parameter.

15 years ago- Don't require a daemon config &directive to use an equal sign.
Wayne Davison [Sun, 27 Jul 2008 23:05:18 +0000 (16:05 -0700)]
- Don't require a daemon config &directive to use an equal sign.
- Improved some daemon-config error messages.

15 years agoMade include_config() more efficient, and fixed a memory leak.
Wayne Davison [Sun, 27 Jul 2008 22:05:53 +0000 (15:05 -0700)]
Made include_config() more efficient, and fixed a memory leak.

15 years agoAdded a command-line override for daemon config parameters:
Wayne Davison [Sun, 27 Jul 2008 19:13:35 +0000 (12:13 -0700)]
Added a command-line override for daemon config parameters:
--dparam=PARAMETER=VALUE (-M PARAMETER=VALUE).

15 years ago- Got rid of unused pstring/P_GSTRING/P_SEP/P_SEPARATOR code.
Wayne Davison [Sun, 27 Jul 2008 19:06:26 +0000 (12:06 -0700)]
- Got rid of unused pstring/P_GSTRING/P_SEP/P_SEPARATOR code.
- Made pointer-adding code a little better.

15 years agoAdded &include and &merge config-file directives that allow the
Wayne Davison [Sun, 27 Jul 2008 03:03:45 +0000 (20:03 -0700)]
Added &include and &merge config-file directives that allow the
daemon's config file incorporate the contents of other files.

15 years agoChanged the module array to use an item_list structure.
Wayne Davison [Sun, 27 Jul 2008 02:57:02 +0000 (19:57 -0700)]
Changed the module array to use an item_list structure.

15 years agoChange the references to "service" to be either "section" or "module".
Wayne Davison [Sun, 27 Jul 2008 02:11:32 +0000 (19:11 -0700)]
Change the references to "service" to be either "section" or "module".

15 years agoReorder the static functions to avoid the need for forward declarations.
Wayne Davison [Sun, 27 Jul 2008 00:47:02 +0000 (17:47 -0700)]
Reorder the static functions to avoid the need for forward declarations.

15 years agoSince the loadparm.c file is changing, I'm reformatting it to use the
Wayne Davison [Sun, 27 Jul 2008 00:42:09 +0000 (17:42 -0700)]
Since the loadparm.c file is changing, I'm reformatting it to use the
rsync style.

15 years agoEnhanced the release scripts to be able to handle a branch release.
Wayne Davison [Thu, 24 Jul 2008 06:21:42 +0000 (23:21 -0700)]
Enhanced the release scripts to be able to handle a branch release.

15 years agoFixed a potential alignment issue in the IRIX ACL code when allocating
Wayne Davison [Tue, 22 Jul 2008 15:31:17 +0000 (08:31 -0700)]
Fixed a potential alignment issue in the IRIX ACL code when allocating
the initial struct acl object.  Also, cast mallocs to avoid warnings.

15 years agoExplicitly cast a -1 that is being assigned to a size_t.
Wayne Davison [Tue, 22 Jul 2008 06:21:09 +0000 (23:21 -0700)]
Explicitly cast a -1 that is being assigned to a size_t.

15 years agoUse PTR_ADD for the new instances of void-pointer arithmetic.
Wayne Davison [Tue, 22 Jul 2008 06:12:02 +0000 (23:12 -0700)]
Use PTR_ADD for the new instances of void-pointer arithmetic.

15 years agoExplicitly cast an int64 to an int32.
Wayne Davison [Tue, 22 Jul 2008 06:11:23 +0000 (23:11 -0700)]
Explicitly cast an int64 to an int32.

15 years agoGot rid of a variable that was set but not used.
Wayne Davison [Tue, 22 Jul 2008 06:11:04 +0000 (23:11 -0700)]
Got rid of a variable that was set but not used.

15 years agoImproved var-checker and tweaked all the issues it found.
Wayne Davison [Mon, 21 Jul 2008 07:10:22 +0000 (00:10 -0700)]
Improved var-checker and tweaked all the issues it found.

15 years agoRenamed extern-squish -> var-checker.
Wayne Davison [Mon, 21 Jul 2008 07:09:16 +0000 (00:09 -0700)]
Renamed extern-squish -> var-checker.

15 years agoInclude the array-size in array externs so that IBM's code-checker
Wayne Davison [Mon, 21 Jul 2008 05:41:29 +0000 (22:41 -0700)]
Include the array-size in array externs so that IBM's code-checker
can do more checking for us.

15 years agoTurn off extra debugging now that the problem is fixed.
Wayne Davison [Mon, 21 Jul 2008 05:27:40 +0000 (22:27 -0700)]
Turn off extra debugging now that the problem is fixed.

15 years agoImproved the handling of --msgs2stderr a little more.
Wayne Davison [Mon, 21 Jul 2008 05:20:17 +0000 (22:20 -0700)]
Improved the handling of --msgs2stderr a little more.

15 years agoFixed a bug in match_hard_links() where an empty directory would try
Wayne Davison [Mon, 21 Jul 2008 03:34:06 +0000 (20:34 -0700)]
Fixed a bug in match_hard_links() where an empty directory would try
to allocate 0 bytes of memory (which can fail on some OSes).

15 years agoAdded a debug-helping option, --msgs2stderr, than should help all
Wayne Davison [Mon, 21 Jul 2008 03:08:08 +0000 (20:08 -0700)]
Added a debug-helping option, --msgs2stderr, than should help all
messages to be seen in a situation where rsync is dying (as long
as stderr is a viable output method for the remote rsync).

15 years agoChanged the chksum debug flag to deltasum.
Wayne Davison [Mon, 21 Jul 2008 03:02:09 +0000 (20:02 -0700)]
Changed the chksum debug flag to deltasum.

15 years agoA few more HLINK debug messages.
Wayne Davison [Sun, 20 Jul 2008 20:54:53 +0000 (13:54 -0700)]
A few more HLINK debug messages.

15 years agoOutput even more debug messages.
Wayne Davison [Sun, 20 Jul 2008 20:06:54 +0000 (13:06 -0700)]
Output even more debug messages.

15 years agoAdded a '%C' (MD5 checksum) flag for the output/logfile formatting.
Wayne Davison [Sun, 20 Jul 2008 05:45:05 +0000 (22:45 -0700)]
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.

15 years agoChanged the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting
Wayne Davison [Sat, 19 Jul 2008 15:49:53 +0000 (08:49 -0700)]
Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting
(making pools aligned by default).  Added the missing code to make the
documented behavior of pool_free() with a NULL addr work.  Updated the
pool_alloc.3 manpage.

15 years agoImproved the alignment code and changed POOL_APPEND to POOL_PREPEND.
Wayne Davison [Sat, 19 Jul 2008 03:57:52 +0000 (20:57 -0700)]
Improved the alignment code and changed POOL_APPEND to POOL_PREPEND.

15 years agoWe now pass the POOL_QALIGN flag to pool_create(). Also optimized
Wayne Davison [Sat, 19 Jul 2008 03:46:58 +0000 (20:46 -0700)]
We now pass the POOL_QALIGN flag to pool_create().  Also optimized
the verbose-message check at the start of recv_file_list().

15 years agoImproved the hard-link logging.
Wayne Davison [Sat, 19 Jul 2008 00:35:22 +0000 (17:35 -0700)]
Improved the hard-link logging.

15 years agoTurn on flist5 debugging.
Wayne Davison [Sat, 19 Jul 2008 00:34:59 +0000 (17:34 -0700)]
Turn on flist5 debugging.

15 years agoSome minor tweaking for the info+debug option parsing.
Wayne Davison [Fri, 18 Jul 2008 15:17:05 +0000 (08:17 -0700)]
Some minor tweaking for the info+debug option parsing.

15 years agoMake the hands.test use a higher hlink debug level.
Wayne Davison [Fri, 18 Jul 2008 15:12:06 +0000 (08:12 -0700)]
Make the hands.test use a higher hlink debug level.

15 years agoAdd --debug=hlink to hands.test.
Wayne Davison [Fri, 18 Jul 2008 14:19:21 +0000 (07:19 -0700)]
Add --debug=hlink to hands.test.

15 years agoDon't interrupt the make for a generated file didn't really change.
Wayne Davison [Fri, 18 Jul 2008 02:48:53 +0000 (19:48 -0700)]
Don't interrupt the make for a generated file didn't really change.

15 years agoUse big_num() in a few more places.
Wayne Davison [Fri, 18 Jul 2008 00:01:10 +0000 (17:01 -0700)]
Use big_num() in a few more places.

15 years agoMoving big_num() into lib/compat.c so tls.c can use it.
Wayne Davison [Thu, 17 Jul 2008 23:59:59 +0000 (16:59 -0700)]
Moving big_num() into lib/compat.c so tls.c can use it.

15 years agoAdded some HLINK debugging output and enabled it for hardlink tests.
Wayne Davison [Thu, 17 Jul 2008 14:43:11 +0000 (07:43 -0700)]
Added some HLINK debugging output and enabled it for hardlink tests.

15 years agoChanged human_num() to big_num() with an extra arg so that it can
Wayne Davison [Thu, 17 Jul 2008 14:37:31 +0000 (07:37 -0700)]
Changed human_num() to big_num() with an extra arg so that it can
be used in place of all %.0f output idioms.

15 years agoA couple xattr fixes for --fake-super.
Wayne Davison [Tue, 15 Jul 2008 06:48:33 +0000 (23:48 -0700)]
A couple xattr fixes for --fake-super.

15 years agoA few more minor improvements in the --info/--debug code.
Wayne Davison [Tue, 15 Jul 2008 06:34:41 +0000 (23:34 -0700)]
A few more minor improvements in the --info/--debug code.

15 years agoAdded a "test_fail" function to 00-hello.test.
Wayne Davison [Tue, 15 Jul 2008 05:47:03 +0000 (22:47 -0700)]
Added a "test_fail" function to 00-hello.test.

15 years agoMade the info_verbosity array 1 element larger.
Wayne Davison [Mon, 14 Jul 2008 14:40:10 +0000 (07:40 -0700)]
Made the info_verbosity array 1 element larger.

15 years agoAdded the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison [Mon, 14 Jul 2008 03:51:08 +0000 (20:51 -0700)]
Added the --info=FLAGS an --debug=FLAGS options, which allows
fine-grained output control (in addition to the coarse -v).

15 years agoFixed the timeout/flush loop-check logic to work properly with
Wayne Davison [Mon, 14 Jul 2008 00:29:47 +0000 (17:29 -0700)]
Fixed the timeout/flush loop-check logic to work properly with
incremental recursion.

15 years agoIf the user specifies --protocol=29, rsync will avoid sending an -e
Wayne Davison [Fri, 11 Jul 2008 16:34:28 +0000 (09:34 -0700)]
If the user specifies --protocol=29, rsync will avoid sending an -e
option to the server (which is only useful for protocols 30 and above
anyway).  This gives the user an easy way to talk to a restricted
server that has overly restrictive option-checking.

15 years agoAdded the --remote-option=OPT (-M OPT) option.
Wayne Davison [Sat, 5 Jul 2008 15:30:16 +0000 (08:30 -0700)]
Added the --remote-option=OPT (-M OPT) option.

15 years agoGot rid of some trailing whitespace.
Wayne Davison [Sat, 5 Jul 2008 08:41:19 +0000 (01:41 -0700)]
Got rid of some trailing whitespace.

15 years agoThe --progress output now leaves the cursor at the end of the line
Wayne Davison [Sat, 5 Jul 2008 07:21:05 +0000 (00:21 -0700)]
The --progress output now leaves the cursor at the end of the line
(instead of the start) in order to be extra sure that an error won't
overwrite it.  We also ensure that the progress option can't be enabled
on the server side.

15 years agoPrepare repository for more development.
Wayne Davison [Sat, 5 Jul 2008 06:45:57 +0000 (23:45 -0700)]
Prepare repository for more development.

15 years agoImproved the docs for various delete options.
Wayne Davison [Fri, 4 Jul 2008 20:14:16 +0000 (13:14 -0700)]
Improved the docs for various delete options.

15 years agoPreparing for release of 3.0.3
Wayne Davison [Mon, 30 Jun 2008 03:15:37 +0000 (20:15 -0700)]
Preparing for release of 3.0.3

15 years agoMention the addition of the deny-rsync script, and tweak some comments.
Wayne Davison [Sat, 28 Jun 2008 17:12:57 +0000 (10:12 -0700)]
Mention the addition of the deny-rsync script, and tweak some comments.

15 years agoFixed a problem with a file descriptor being left open in the
Wayne Davison [Thu, 26 Jun 2008 15:14:11 +0000 (08:14 -0700)]
Fixed a problem with a file descriptor being left open in the
generator when handling an empty file.

15 years agoSome deny-rsync fixes:
Wayne Davison [Tue, 24 Jun 2008 06:05:07 +0000 (23:05 -0700)]
Some deny-rsync fixes:
- Fixed messages longer than 63 chars.
- Don't require the presence of a "bc" program.
- Append a newline to the message to make the script easier to call.
- Make extra sure the message outputs without escape interpretation.
- Stick around long enough for a client to reliably get the message.

15 years agoThe deny-rsync script from bug 3945.
Matt McCutchen [Tue, 24 Jun 2008 05:56:13 +0000 (22:56 -0700)]
The deny-rsync script from bug 3945.

15 years agoFixed the sending of large files with older rsync versions by
Wayne Davison [Mon, 23 Jun 2008 15:02:46 +0000 (08:02 -0700)]
Fixed the sending of large files with older rsync versions by
handling the old block-size limit for protocols < 29.

15 years agoPreparing for release of 3.0.3pre3
Wayne Davison [Mon, 23 Jun 2008 02:03:46 +0000 (19:03 -0700)]
Preparing for release of 3.0.3pre3

15 years agoThe sender now sets IOERR_GENERAL in more skipped-file instances.
Matt McCutchen [Mon, 23 Jun 2008 02:00:51 +0000 (19:00 -0700)]
The sender now sets IOERR_GENERAL in more skipped-file instances.

15 years agoMention more fixes in the NEWS.
Wayne Davison [Mon, 23 Jun 2008 01:45:07 +0000 (18:45 -0700)]
Mention more fixes in the NEWS.

15 years agoImproved the build rules for rsync.1 and rsyncd.conf.5 when building
Wayne Davison [Mon, 23 Jun 2008 01:26:15 +0000 (18:26 -0700)]
Improved the build rules for 1 and rsyncd.conf.5 when building
in a separate build directory from the source.

15 years agoAvoid problems with timestamp rounding that cp -p and touch -r may do.
Wayne Davison [Tue, 17 Jun 2008 22:59:47 +0000 (15:59 -0700)]
Avoid problems with timestamp rounding that cp -p and touch -r may do.