Author: branden Date: 2004-01-01 03:45:56 -0500 (Thu, 01 Jan 2004) New Revision: 880
Modified: branches/4.3.0/sid/debian/changelog branches/4.3.0/sid/debian/rules Log: Use hardlinks instead of symlinks when copying build tree for debugging server build in build-server target (thanks, David Schmitt). Modified: branches/4.3.0/sid/debian/changelog =================================================================== --- branches/4.3.0/sid/debian/changelog 2004-01-01 00:12:05 UTC (rev 879) +++ branches/4.3.0/sid/debian/changelog 2004-01-01 08:45:56 UTC (rev 880) @@ -20,8 +20,12 @@ - debian/README: document new patch-audit target - debian/rules: implement new patch-audit target - -- Branden Robinson <[EMAIL PROTECTED]> Wed, 31 Dec 2003 19:09:40 -0500 + * Use hardlinks instead of symlinks when copying build tree for debugging + server build in build-server target (thanks, David Schmitt). + - debian/rules + -- Branden Robinson <[EMAIL PROTECTED]> Thu, 1 Jan 2004 03:44:45 -0500 + xfree86 (4.3.0-0pre1v5) experimental; urgency=low * Grab fixes to upstream CVS xf-4_3-branch since last pull. Modified: branches/4.3.0/sid/debian/rules =================================================================== --- branches/4.3.0/sid/debian/rules 2004-01-01 00:12:05 UTC (rev 879) +++ branches/4.3.0/sid/debian/rules 2004-01-01 08:45:56 UTC (rev 880) @@ -508,7 +508,7 @@ lib/GL lib/Xau lib/Xdmcp lib/font lib/xkbfile lib/xtrans \ programs/Xserver; do \ mkdir -p $(SOURCE_TREE)-xserver-xfree86-dbg/$$DIR; \ - cp -drs $(SOURCE_TREE)/$$DIR $(SOURCE_TREE)-xserver-xfree86-dbg/$$DIR; \ + cp -drl $(SOURCE_TREE)/$$DIR $(SOURCE_TREE)-xserver-xfree86-dbg/$$DIR; \ done ifndef test_rules $(MAKE) -C $(SOURCE_TREE) WORLDOPTS="" IMAKE_DEFINES="$(IMAKE_DEFINES) -DBuildServersOnly=YES" World