123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- $! File: clean_gnv_curl.COM
- $!
- $! The GNV environment leaves behind some during the configure and build
- $! procedure that need to be cleaned up.
- $!
- $! The default is to remove all the left over stuff from running the
- $! configure script and to remove all intermediate binary files.
- $!
- $! This should be run with no parameters after the gnv_curl_configure.sh
- $! script is run.
- $!
- $! Parameter P1: REALCLEAN
- $! This removes all build products and brings the environment back to
- $! the point where the gnv_curl_configure.sh procedure needs to be run again.
- $!
- $! Copyright (C) John Malmberg
- $!
- $! Permission to use, copy, modify, and/or distribute this software for any
- $! purpose with or without fee is hereby granted, provided that the above
- $! copyright notice and this permission notice appear in all copies.
- $!
- $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- $! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- $! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- $! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
- $! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- $!
- $! SPDX-License-Identifier: ISC
- $!
- $!============================================================================
- $!
- $! Save this so we can get back.
- $ default_dir = f$environment("default")
- $!
- $!
- $! Move to where the base directory is.
- $ set def [--]
- $!
- $!
- $ file = "sys$login:sh*."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "sys$login:make*."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]confdefs.h"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]conftest.dsf"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]conftest.lis"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]conftest.sym"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $!
- $ file = "lcl_root:[.conf*...]*.*"
- $ if f$search(file) .nes. "" then delete 'file';*
- $ file = "lcl_root:[]conf*.dir
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $!
- $ file = "lcl_root:[.lib]*.out"
- $ if f$search(file) .nes. "" then delete 'file';*
- $ file = "lcl_root:[.lib]*.o"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $!
- $ file = "lcl_root:[.lib]*.lis"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.src]*.lis"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.src]cc_temp*."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.src]*.dsf"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.src]*.o"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.lib]ar*."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.lib]cc_temp*."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]*.lo"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]*.a"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]*.la"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]*.lai"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]curl-*_original_src.bck"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]curl_d-*_original_src.bck"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]curl-*_vms_src.bck"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]curl_d-*_vms_src.bck"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]curl-*.release_notes"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]curl_d-*.release_notes"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]*-curl-*.pcsi$desc"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]*-curl_d-*.pcsi$desc"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]*-curl-*.pcsi$text"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]*-curl_d-*.pcsi$text"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $!======================================================================
- $!
- $ if p1 .nes. "REALCLEAN" then goto all_exit
- $!
- $ file = "lcl_root:[...]*.obj"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]Makefile."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]libtool."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]*.lis"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]POTFILES."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]libcurl.pc"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]curl-config."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]config.h"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.src]config.h"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.src]curl."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.tests]configurehelp.pm"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.lib]config.h"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.lib]curl_config.h"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.lib]libcurl.vers"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.lib]libcurl.plist"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]ca-bundle.h"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]config.log"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]config.status"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]conftest.dangle"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]CXX$DEMANGLER_DB."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[]stamp-h1."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]stamp-h1."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]stamp-h2."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]stamp-h3."
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.lib]*.a"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]*.spec"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]gnv$*.*"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[...]gnv*.opt"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]macro32_exactcase.exe"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]report_openssl_version.exe"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.packages.vms]hp_ssl_release_info.txt"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $ file = "lcl_root:[.src]curl.exe"
- $ if f$search(file) .nes. "" then delete 'file';*
- $!
- $all_exit:
- $!
- $! Put the default back.
- $!-----------------------
- $ set def 'default_dir'
- $!
- $ exit
|