[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] davautocheck.sh - pass APXS from Makefile and trap signal

From: VK Sameer <sameer_at_collab.net>
Date: 2005-04-20 03:33:47 CEST

Hello,

In the last patch, a davautocheck.sh comment suggested that the value of
APXS would be picked up from the Makefile APXS variable. That was
incorrect, I was testing with an APXS environment variable set to the
same value as a Makefile APXS variable. Eric Hanchrow suggested adding
@APXS@ to Makefile.in for the davautocheck: target.

There's also an enhancement to trap signals and clean up.

Regards
Sameer

Fix for non-export of APXS in Makefile to davautocheck.sh
- suggested by Eric Hanchrow <offby1@blarg.net>.
Function to trap INT, TERM, HUP and clean up.

* Makefile.in
  (davautocheck): Add @APXS@ to davautocheck.sh run command

* subversion/tests/clients/cmdline/davautocheck.sh
  (cleanup): New function for cleaning up
  (trap): Call cleanup for INT/TERM/HUP signal

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Apr 20 10:02:12 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.