Author: dteske
Date: Wed Jul 23 23:01:54 2014
New Revision: 269037
URL: http://svnweb.freebsd.org/changeset/base/269037

Log:
  When producing fmake(1), `make clean' should remove fmake.1 (a copy of
  make.1). Introduced initially via SVN r250699 (sjg).
  
  Reviewed by:  sjg, gjb
  MFC after:    3 days
  X-MFC-to:     stable/10

Modified:
  head/usr.bin/make/Makefile

Modified: head/usr.bin/make/Makefile
==============================================================================
--- head/usr.bin/make/Makefile  Wed Jul 23 22:58:00 2014        (r269036)
+++ head/usr.bin/make/Makefile  Wed Jul 23 23:01:54 2014        (r269037)
@@ -113,6 +113,7 @@ CFLAGS+=    -DDEFSHELLNAME=\"${MAKE_SHELL}\
 
 # if we are here we don't want this called 'make'
 PROG=  fmake
+CLEANFILES+=   fmake.1
 fmake.1: make.1
        cp ${.ALLSRC} ${.TARGET}
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to