Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# This file and its contents are supplied under the terms of the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Common Development and Distribution License ("CDDL"), version 1.0.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# You may only use this file in accordance with the terms of version
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# 1.0 of the CDDL.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# A full copy of the text of the CDDL should have accompanied this
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# source. A copy of the CDDL is also available via the Internet
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Copyright 2011, Richard Lowe
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# When KEEP_STATE is in effect and a target has a colon in the name (like the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Exacct::* pages above, dmake will write them to the state file unescaped,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# creating a file which then cannot be reparsed, breaking any build other than
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# the first in this directory:
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# See CR 6987108 make will write un-escaped :'s to .make.state, break itself
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings# As a workaround, install the files manually in a FRC target.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan FosterCMD= $(INS) -s -m $(FILEMODE) -f $(ROOTMAN)/man$(MANSECT)
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster if [[ $$file -nt $(ROOTMAN)/man$(MANSECT)/$$file ]]; then \