Branch: Tag:

1998-08-02

1998-08-02 12:00:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved clean target somewhat.

Rev: src/Makefile.in:1.105
Rev: src/modules/dynamic_module_makefile.in:1.43
Rev: src/modules/static_module_makefile.in:1.36

1:   # - # $Id: Makefile.in,v 1.104 1998/08/01 19:58:44 grubba Exp $ + # $Id: Makefile.in,v 1.105 1998/08/02 12:00:56 grubba Exp $   #      # This line is needed on some machines.
291:    -( cd modules; ${MAKE} $(MAKE_FLAGS) clean )    -rm -f TAGS tags    -rm -f yacc.acts yacc.debug yacc.tmp *.debug.log a.out +  -find lib/modules/ -type f -name '*.so_pure*' -exec rm -f \{\} \;      # make _really_ clean   spotless: clean    rm -f Makefile machine.h    find . -type f '(' -name '*~' -o -name '.*~' -o -name core -o -name '.nfs*' -name '#*#' ')' -print | xargs rm -f    -rm -f lexical.c mon.out *.ln config.status -  -rm -f $(TMP_BINDIR)/*~ $(TMP_BINDIR)/#*# +  -rm -f $(TMP_BINDIR)/*~ $(TMP_BINDIR)/\#*\#    -rm -f pike pike.old l.outa*    -rm -f modules/*/testsuite    -rm -rf lib