Bug 54422

Summary: [PATCH] remove redundant "-p" from "mkdir -p -p" in docproj Makefiles
Product: Documentation Reporter: Lukas Ertl <l.ertl>
Component: Books & ArticlesAssignee: Marc Fonvieille <blackend>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
doc.diff none

Description Lukas Ertl 2003-07-12 23:10:09 UTC
Since MKDIR is already defined as "/bin/mkdir -p" in share/mk/doc.project.mk
the additional "-p" in several *.mk files is not needed.
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2003-07-17 18:42:00 UTC
Responsible Changed
From-To: freebsd-doc->blackend

I will take this one.
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2003-08-01 21:29:50 UTC
State Changed
From-To: open->closed

I changed the definition of the ${MKDIR} variable, options should be 
specified "out" from the variable.  Thanks.