Powered by Apache

CVS log for OpenXM/src/util/Attic/Makefile

[BACK] Up to [local] / OpenXM / src / util

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15, Mon Jun 14 09:07:32 2004 UTC (19 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.14: +1 -1 lines
FILE REMOVED

Some changes to build on MacOS X (ranlib and ar problems).

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 30 20:48:34 2004 UTC (20 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

Add options -c/-s to install commands in Makefile

Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 1 11:21:09 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.12: +4 -1 lines
Diff to previous 1.12 (colored)

.install_done is deleted when installed files are recompiled.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 17 03:00:59 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Updated the message for the installation.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 16 07:14:11 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.10: +5 -2 lines
Diff to previous 1.10 (colored)

Added a new function getCommandPath(), which works like the "which" command.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 14 02:58:20 2003 UTC (20 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Add oxfetch.sh

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 8 06:21:08 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

_POSIX_SOURCE ==> _POSIX_C_SOURCE

Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 8 02:43:47 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Added -D_POSIX_SOURCE

Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 8 01:22:57 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.6: +3 -10 lines
Diff to previous 1.6 (colored)

Replaced most " if .... CYGWIN .. then  cp afo.exe ${OpenXM_bin}
else cp afo ${OpenXM_bin} "
by
install afo ${OpenXM_bin}

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 21 11:56:34 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

ox100start uses ox_pathfinder.a

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 21 11:36:10 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.4: +18 -5 lines
Diff to previous 1.4 (colored)

The library libox_pathfinder.a contains the functions
char **catArgv(char **argv1,char **argv2);
char *getOStypes();
char *getOpenXM_HOME();
char *getLOAD_SM1_PATH2();
char **getServerEnv(char *oxServer);
char **debugServerEnv(char *oxServer);
char *cygwinPathToWinPath(char *s);

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 26 04:45:37 2003 UTC (21 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.3: +6 -2 lines
Diff to previous 1.3 (colored)

oxreplace replaces a given string in a file by a given new string.
It overwrites the file.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 6 10:36:04 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

the "make configure-asir" uses OpenXM/bin/lndir.sh

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 5 01:28:47 2002 UTC (22 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.1: +8 -2 lines
Diff to previous 1.1 (colored)

configure-util :  compile and install oxweave.
oxweave is installed to OpenXM/bin.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 5 01:12:09 2002 UTC (22 years, 1 month ago) by takayama
Branch: MAIN

Created util directory, which now contains oxweave document generation
system.  It is installed to OpenXM/bin.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>