[Orca-checkins] r371 - in trunk/orca: . data_gatherers/aix
Blair Zajac
blair at orcaware.com
Tue Jul 6 21:25:29 PDT 2004
Author: blair
Date: Tue Jul 6 21:21:42 2004
New Revision: 371
Added:
trunk/orca/data_gatherers/aix/orca-aix-stat.pl.in
- copied unchanged from r370, trunk/orca/data_gatherers/aix/orca-aixtsm-stat.pl.in
Removed:
trunk/orca/data_gatherers/aix/orca-aixtsm-stat.pl.in
Modified:
trunk/orca/configure.in
trunk/orca/data_gatherers/aix/Makefile.in
Log:
Step 2 of moving deleting orca-aix-stat.pl.in and renaming
orca-aixtsm-stat.pl.in to orca-aix-stat.pl.in.
* data_gatherers/aix/orca-aix-stat.pl.in:
Renamed from orca-aixtsm-stat.pl.in.
* data_gatherers/aix/Makefile.in:
Remove all rules related to orca-aixtsm-stat.pl.
* configure.in:
Do not create data_gatherers/aix/orca-aixtsm-stat.pl.
Modified: trunk/orca/configure.in
==============================================================================
--- trunk/orca/configure.in (original)
+++ trunk/orca/configure.in Tue Jul 6 21:21:42 2004
@@ -626,8 +626,7 @@
#--------------------------------------------------------------------
if test "$BUILD_AIXALLATOR" = yes; then
OUTPUT_AIXALLATOR="data_gatherers/aix/Makefile
- data_gatherers/aix/orca-aix-stat.pl
- data_gatherers/aix/orca-aixtsm-stat.pl"
+ data_gatherers/aix/orca-aix-stat.pl"
fi
if test "$BUILD_HPALLATOR" = yes; then
Modified: trunk/orca/data_gatherers/aix/Makefile.in
==============================================================================
--- trunk/orca/data_gatherers/aix/Makefile.in (original)
+++ trunk/orca/data_gatherers/aix/Makefile.in Tue Jul 6 21:21:42 2004
@@ -10,7 +10,7 @@
VAR_DIR = @VAR_DIR@
RAW_ORCALLATOR_DIR = $(VAR_DIR)/orcallator
-BIN_PERL_SCRIPTS = orca-aix-stat orca-aixtsm-stat
+BIN_PERL_SCRIPTS = orca-aix-stat
LIBEXEC_PERL_SCRIPTS =
NOINST_PERL_SCRIPTS =
PERL_SCRIPTS = $(BIN_PERL_SCRIPTS) \
@@ -44,7 +44,7 @@
$(RM) $(TARGETS)
distclean: clean
- $(RM) *.sh orca-aix-stat.pl orca-aixtsm-stat.pl Makefile
+ $(RM) *.sh orca-aix-stat.pl Makefile
.SUFFIXES: .pl .sh
@@ -61,6 +61,3 @@
orca-aix-stat.pl: orca-aix-stat.pl.in
cd ../.. && CONFIG_FILES=data_gatherers/aix/orca-aix-stat.pl ./config.status
-
-orca-aixtsm-stat.pl: orca-aixtsm-stat.pl.in
- cd ../.. && CONFIG_FILES=data_gatherers/aix/orca-aixtsm-stat.pl ./config.status
More information about the Orca-checkins
mailing list