FreeBSD Bugzilla – Attachment 5425 Details for
Bug 12978
[PATCH] Make optional variables in docproj.docbook.mk truly optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 885 bytes, created by
jobaldwi
on 1999-08-05 01:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jobaldwi
Created:
1999-08-05 01:20:00 UTC
Size:
885 bytes
patch
obsolete
>Index: docproj.docbook.mk >=================================================================== >RCS file: /usr/cvs/doc/share/mk/docproj.docbook.mk,v >retrieving revision 1.5 >diff -u -r1.5 docproj.docbook.mk >--- docproj.docbook.mk 1999/06/03 19:39:29 1.5 >+++ docproj.docbook.mk 1999/08/04 23:45:06 >@@ -183,7 +183,7 @@ > # ${_docs} and ${CLEANFILES} so they get built/cleaned by "all" and > # "clean". > # >-.if !empty(INSTALL_COMPRESSED) >+.if defined(INSTALL_COMPRESSED) && !empty(INSTALL_COMPRESSED) > .for _curformat in ${FORMATS} > _cf=${_curformat} > .for _curcomp in ${INSTALL_COMPRESSED} >@@ -336,7 +336,7 @@ > # Build a list of install-format targets to be installed. These will be > # dependencies for the "realinstall" target. > # >-.if empty(INSTALL_ONLY_COMPRESSED) >+.if !defined(INSTALL_ONLY_COMPRESSED) || empty(INSTALL_ONLY_COMPRESSED) > _curinst+= ${FORMATS:S/^/install-/g} > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12978
: 5425