Commit Graph

2892 Commits

Author SHA1 Message Date
Brad King 6d54cfb030 ENH: Improved CopyFile error messages. 2003-01-19 11:42:37 -05:00
Brad King f18e47c40a BUG: Fix for application of expand-list-variables. 2003-01-17 18:14:40 -05:00
Brad King 5bb1a79c9f ENH: Support for spaces in paths during make install. 2003-01-17 18:01:05 -05:00
Brad King 94a8d00199 ENH: Adding FIND_AND_IMPORT_CMAKE_PROJECT macro. 2003-01-17 17:19:23 -05:00
Brad King cbda98b151 ENH: Added sanity check for setting of WX_RESOURCES by config_Darwin for osx_install. 2003-01-17 15:15:52 -05:00
Brad King d5a661b9b9 ENH: Prototype for OSX packaging. 2003-01-17 13:35:55 -05:00
Brad King 9c00464f4d ENH: Cygwin package is now created in a Cygwin subdirectory. 2003-01-17 13:35:04 -05:00
Andy Cedilnik dd5c20536f Fix version 2003-01-17 12:51:35 -05:00
Bill Hoffman d9324c178b Fix proxy code and fix comments to be C comments 2003-01-17 12:27:09 -05:00
Brad King 8142fe343f ENH: Renamed cmake-cygwin-package.sh to cygwin-package.sh.in and removed executable permission so it cannot be run accidentally. It must be run after being renamed to cmake-${VERSION}-${RELEASE}. 2003-01-17 11:57:26 -05:00
Brad King 620ca403a2 ENH: clean now removes the entire release root directory. 2003-01-17 11:55:00 -05:00
Brad King f95b86b0e7 ENH: Removing old release scripts and config files. 2003-01-17 11:51:12 -05:00
Brad King 8671b85ac0 ENH: Adding OSF release configuration. 2003-01-17 11:42:53 -05:00
Brad King 385c73587f ENH: Added cygwin release support. 2003-01-17 11:05:52 -05:00
Brad King c1e2b027c0 ENH: Adding cygwin packaging script to release directory. 2003-01-17 10:30:07 -05:00
Bill Hoffman 68d9a5d404 remove trailing slash from findpath command 2003-01-17 10:28:41 -05:00
Bill Hoffman 0510292b9e add some more prints 2003-01-17 10:28:07 -05:00
Brad King 211111a975 ENH: Removed old setting. 2003-01-17 10:21:36 -05:00
Brad King 33da0e0d26 ENH: Cygwin release configuration. 2003-01-17 10:21:20 -05:00
Andy Cedilnik 55e1cb875d Add proxy support 2003-01-17 10:15:03 -05:00
Brad King db8552d10d ENH: Added support for full remote packaging and copying back to local machine. Added support for uploading to FTP server. 2003-01-17 09:52:30 -05:00
Brad King 911a33ce6d ENH: Linking with -a,archive_shared instead of -a,archive so that the shared curses library can be used. 2003-01-17 09:20:04 -05:00
Brad King 339ab608dc ERR: Can't build release static on aix. 2003-01-17 09:15:57 -05:00
Bill Hoffman 2ede25f10f Add AIX config file 2003-01-17 09:08:19 -05:00
Andy Cedilnik 293c9d40b4 Remove warning about %e and %T 2003-01-17 08:56:20 -05:00
Andy Cedilnik dccfef740d Remove unnecessary defines 2003-01-17 08:48:01 -05:00
Andy Cedilnik eca70bce98 Fix gcc32 -ansi problem 2003-01-17 08:47:03 -05:00
Andy Cedilnik 858f644dd9 Look for features 2003-01-17 08:24:20 -05:00
Andy Cedilnik 8c4aea54d6 More portability issues. Sigaction is a symbol 2003-01-17 08:24:04 -05:00
Ken Martin fedf21722a ENH: fix for compilers that need _ 2003-01-16 15:47:04 -05:00
Andy Cedilnik 51acf333cc Add aix warning 2003-01-16 14:59:40 -05:00
Andy Cedilnik fe30286e4a Add selection of drop method 2003-01-16 14:15:29 -05:00
Sebastien Barre c2b3df0c84 FIX: HHC is now HTML_HELP_COMPILER 2003-01-16 14:05:56 -05:00
Luis Ibanez b20d232855 FIX: Quotes added around the list of libs to be added in Apple. 2003-01-16 13:31:35 -05:00
Luis Ibanez e3f681937f ENH: Platform dependent libraries added for APPLE. 2003-01-16 13:24:49 -05:00
Andy Cedilnik 0488236e3a Try to fix aix problem 2003-01-16 13:02:11 -05:00
Andy Cedilnik 5dfa7ed590 Add proxy support for triggering 2003-01-16 12:45:24 -05:00
Bill Hoffman f519f14972 ENH: fix for borland and cygwin 2003-01-16 12:38:53 -05:00
Andy Cedilnik 61b488021e Improve submtitting using http 2003-01-16 12:30:02 -05:00
Andy Cedilnik 170e4c9453 HAVE_GETHOSTNAME is also unnecessary 2003-01-16 10:06:28 -05:00
Andy Cedilnik e10e983f51 Cleanups 2003-01-16 10:03:30 -05:00
Andy Cedilnik 7fcfba1f47 Improve build, now it should build on mac and other platforms where include file depend on each other 2003-01-16 09:57:33 -05:00
Bill Hoffman 6695fa300b ENH: add the config directory to look for the loadable module 2003-01-16 08:28:45 -05:00
Brad King 424a56c6f7 BUG: error_log function should return 1 to stop execution of rest of script. 2003-01-15 19:24:00 -05:00
Brad King 20a742ba51 ENH: Renamed package command to binary_tarball for clarity. 2003-01-15 19:20:47 -05:00
Brad King 31abd885e7 ENH: Release script now exports PATH and LD_LIBRARY_PATH to remove the burden from the configuration scripts. 2003-01-15 19:17:09 -05:00
Brad King 93f39d0cb2 BUG: Attempt to fix remote invocation. 2003-01-15 19:14:18 -05:00
Brad King a9342108e9 ENH: Enabling verbose makefile generation for hp-ux build. This will ease hand-fixing of the build of ccmake. 2003-01-15 19:04:27 -05:00
Brad King adf6ac61e8 ENH: Cleaned up remote invocation. 2003-01-15 19:02:08 -05:00
Brad King 1df3c50f28 ENH: Improved clean target. 2003-01-15 18:51:58 -05:00