Mercurial > gftp.yaz
comparison cvsclean @ 281:1c7cde8a3a53
2003-10-4 Brian Masney <masneyb@gftp.org>
* lib/protocols.c - fix for CRAY directory listings. Some UNIX directory
listings with files containing spaces could be misinterpreted.
* cvsclean - purge the m4 directory, but save the largefile.m4 file.
(from Nathan Robertson <nathanr@nathanr.net>)
author | masneyb |
---|---|
date | Sat, 04 Oct 2003 14:45:38 +0000 |
parents | dbf13a10be13 |
children | 1e44c7b7f41b |
comparison
equal
deleted
inserted
replaced
280:f8b95f89dfb7 | 281:1c7cde8a3a53 |
---|---|
5 find . -name Makefile -exec rm -f {} \; | 5 find . -name Makefile -exec rm -f {} \; |
6 find . -name "*~" -exec rm -f {} \; | 6 find . -name "*~" -exec rm -f {} \; |
7 find . -name ".#*" -exec rm -f {} \; | 7 find . -name ".#*" -exec rm -f {} \; |
8 rm -rf intl | 8 rm -rf intl |
9 rm -rf autom4te.cache | 9 rm -rf autom4te.cache |
10 rm -f po/Makefile.in.in po/*.gmo po/Makevars.template po/Rules-quot po/boldquot.sed po/en@boldquot.header po/en@quot.header po/insert-header.sin po/quot.sed po/remove-potcdate.sin config.log config.cache config.status config.h gftp.spec stamp-h stamp-h.in ABOUT-NLS INSTALL config.guess config.rpath config.status config.sub configure install-sh missing mkinstalldirs build-stamp | 10 rm -f po/Makefile.in.in po/*.gmo po/Makevars.template po/Rules-quot po/boldquot.sed po/en@boldquot.header po/en@quot.header po/insert-header.sin po/quot.sed po/remove-potcdate.sin config.log config.cache config.status config.h gftp.spec stamp-h stamp-h.in ABOUT-NLS INSTALL config.guess config.rpath config.status config.sub configure install-sh missing mkinstalldirs aclocal.m4 config.h.in .gdb_history TAGS |
11 | 11 cd m4 && mv largefile.m4 largefile.4m && rm -f *.m4 && mv largefile.4m largefile.m4 |