X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fmk-test.awk;h=81491768a9d197daac167206893d702cd9d53286;hp=df560ebfa64a2a1f30f05b2d04a455b73365ca93;hb=c25392d9c21dd75537d50fc1705e938b0e813865;hpb=90e3b6f9d5d7b2f2e6220b768306ec485ae8a4bf;ds=sidebyside diff --git a/test/mk-test.awk b/test/mk-test.awk index df560ebf..81491768 100644 --- a/test/mk-test.awk +++ b/test/mk-test.awk @@ -1,6 +1,6 @@ -# $Id: mk-test.awk,v 1.12 2010/11/06 23:06:48 tom Exp $ +# $Id: mk-test.awk,v 1.13 2015/05/01 00:47:26 tom Exp $ ############################################################################## -# Copyright (c) 2006-2007,2010 Free Software Foundation, Inc. # +# Copyright (c) 2006-2010,2015 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -107,7 +107,7 @@ END { print "" print "clean :: mostlyclean" print " -$(SHELL) -c \"if test -n '$x' ; then $(MAKE) clean x=''; fi\"" - print " -rm -rf *$o screendump *.lis $(TESTS) .libs" + print " -rm -rf *$o screendump *.lis $(TESTS) .libs *.dSYM" print "" print "distclean :: clean" print " -rm -f Makefile ncurses_cfg.h config.status config.log"