aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/distclean.sh
Commit message (Collapse)AuthorAgeFilesLines
* Previous delta was:Maxim Sobolev2003-04-181-1/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=79232
* Clean up empty dirs.Maxim Sobolev2003-04-181-2/+2
| | | | Notes: svn path=/head/; revision=79231
* Speed-up a bit when user keeps his working directories in the ports treeMaxim Sobolev2003-04-081-2/+5
| | | | | | | | | (doesn't use WRKDIRPREFIX). Submitted by: ru Notes: svn path=/head/; revision=78597
* Fix breakage introduced in the previous commit.Maxim Sobolev2002-05-101-6/+3
| | | | Notes: svn path=/head/; revision=58865
* - Make ${DISTDIR} auto-detection actually working;Maxim Sobolev2002-05-101-2/+5
| | | | | | | - unbroke when either ${PORTSDIR} or ${DISTDIR} is symlink. Notes: svn path=/head/; revision=58853
* Allow overriding ${PORTSDIR} and respect ${DISTDIR} settings.Maxim Sobolev2002-05-071-5/+15
| | | | | | | Submitted by: Stijn Hoop <stijn@win.tue.nl> Notes: svn path=/head/; revision=58658
* Don't trap SIGINFO.Maxim Sobolev2001-12-191-2/+2
| | | | | | | Submitted by: ben Notes: svn path=/head/; revision=51845
* Trap signal 31 as well (typo).Maxim Sobolev2001-07-301-2/+2
| | | | | | | Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru> Notes: svn path=/head/; revision=45622
* Unbroke when /usr/ports is symlink.Maxim Sobolev2001-07-301-2/+2
| | | | | | | Submitted by: ben Notes: svn path=/head/; revision=45607
* Fix problems in previous commit:Maxim Sobolev2001-05-171-5/+5
| | | | | | | | - We don't really want to catch SIGCHLD; - actually enable new `-f' option. Notes: svn path=/head/; revision=42672
* - Add an option to disable interactive confirmation;Maxim Sobolev2001-05-171-1/+18
| | | | | | | | | - catch up possible signals to remove temporary files. Submitted by: dirk, sobomax Notes: svn path=/head/; revision=42670
* Look into arch-specific distinfo's as well.Maxim Sobolev2001-03-191-2/+2
| | | | | | | Prompted by: Vadim Ostranitsyn <vadim@alpha.tsu.ru> Notes: svn path=/head/; revision=40053
* Ajust for a new world order (md5 --> distinfo).Maxim Sobolev2000-10-091-3/+3
| | | | Notes: svn path=/head/; revision=33600
* Add missed '>' to my e-mail.Maxim Sobolev2000-08-021-2/+2
| | | | Notes: svn path=/head/; revision=31245
* Add a traling slash ("/") to the /usr/ports/ and /usr/ports/distfiles/ to makeMaxim Sobolev2000-06-061-3/+3
| | | | | | | | | the script working for the cases when either one directory is a symlink. Submitted by: Juriy Goloveshkin <juriy@avias.com>, Volodymyr Kostyrko <arcade@limbo.dn.ua> Notes: svn path=/head/; revision=29255
* Add tag and MAINTAINER.Maxim Sobolev2000-06-051-4/+4
| | | | Notes: svn path=/head/; revision=29233
* Add distclean.sh - a little script to check set of distfiles against currentlyMaxim Sobolev2000-06-051-0/+55
installed ports collection and prompt to remove unmatching entries (i.e. distfiles that doesn't have corresponding md5 file). Hardly requiested by: will Notes: svn path=/head/; revision=29232