annotate cvsclean @ 37:5a178bd04ca5

2002-10-13 Brian Masney <masneyb@gftp.org> * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK, and GFTP_PORTS_ALL flags * lib/config_file.c - update to use new fields. * lib/config_file.c, lib/options.h, lib/gftp.h - added new global options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url was given on the command line, don't connect to it until the local side has been setup * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK set * src/text/gftp-text.c - add help screen for set command. Added command clear cache. Sort the filelist based on the configuration options. * configure.in - update to version 2.0.14 * cvsclean - clean up the Makefile.am file better
author masneyb
date Mon, 14 Oct 2002 02:46:14 +0000
parents c8ec7877432e
children 6df043359b41
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1 #!/bin/sh
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
2
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
3 make distclean
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
4 find . -name Makefile.in -exec rm -f {} \;
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
5 find . -name Makefile -exec rm -f {} \;
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
6 find . -name "*~" -exec rm -f {} \;
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
7 rm -rf intl
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
8 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
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
9
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
10 cat configure.in | sed s/\ intl\\/Makefile\ //g | sed s/po\\/Makefile.in\ //g > configure.in.new
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
11 mv configure.in.new configure.in
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
12
37
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 33
diff changeset
13
5a178bd04ca5 2002-10-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 33
diff changeset
14 cat Makefile.am | sed s/\ intl\ //g | sed s/\ config\.rpath\ //g | sed s/mkinstalldirs\ // > Makefile.am.new
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
15 mv Makefile.am.new Makefile.am