Changeset e06f408


Ignore:
Timestamp:
2008-03-31T00:20:33Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
afeb517
Parents:
a317ba6
Message:

add new autoclean target

  • after clean, you don't have to re-run configure
  • after distclean, you should not have to re-run make prepare
  • as a result, only the new autoclean target will remove files created by make prepare
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    ra317ba6 re06f408  
    3030
    3131distclean: clean
    32         rm -rf autom4te.cache config.log config.mak config.status
    33         rm -f configure install-sh aclocal.m4
     32        rm -f config.log config.mak config.status
     33
     34autoclean: distclean
     35        rm -rf aclocal.m4 autom4te.cache configure install-sh
    3436
    3537dist:
Note: See TracChangeset for help on using the changeset viewer.