mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Makefile.dev:
Don't initialize CLEANFILES here. Many FONTFILES are sources and required special clean rules to avoid cleaning. Makefile.tty: Initialize CLEANFILES. All tty FONTFILES are objects.
This commit is contained in:
parent
ab8791e05b
commit
49da4dfc8d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5890
@ -11,8 +11,6 @@ FONTOWN?= bin
|
||||
FONTGRP?= bin
|
||||
FONTMODE?= 444
|
||||
|
||||
CLEANFILES+= $(FONTFILES)
|
||||
|
||||
all: $(FONTFILES)
|
||||
|
||||
.if !target(maninstall)
|
||||
|
@ -11,8 +11,6 @@ FONTOWN?= bin
|
||||
FONTGRP?= bin
|
||||
FONTMODE?= 444
|
||||
|
||||
CLEANFILES+= $(FONTFILES)
|
||||
|
||||
all: $(FONTFILES)
|
||||
|
||||
.if !target(maninstall)
|
||||
|
Loading…
Reference in New Issue
Block a user