mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
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
This commit is contained in:
parent
2cc5128147
commit
be44449f2d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269037
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user