FreeBSD Bugzilla – Attachment 6982 Details for
Bug 15439
Add update target to doc/Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.40 KB, created by
Christian Weisgerber
on 1999-12-12 17:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
1999-12-12 17:40:01 UTC
Size:
1.40 KB
patch
obsolete
>--- doc/Makefile.orig Sun Dec 12 17:34:01 1999 >+++ doc/Makefile Sun Dec 12 17:48:24 1999 >@@ -14,4 +14,24 @@ > .endif > > DOC_PREFIX?= ${.CURDIR} >+ >+update: >+.if defined(SUP_UPDATE) >+.if !defined(DOCSUPFILE) >+ @echo "Error: Please define DOCSUPFILE before doing make update." >+ @exit 1 >+.endif >+ @echo "--------------------------------------------------------------" >+ @echo ">>> Running ${SUP}" >+ @echo "--------------------------------------------------------------" >+ @${SUP} ${SUPFLAGS} ${DOCSUPFILE} >+.elif defined(CVS_UPDATE) >+ @echo "--------------------------------------------------------------" >+ @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} >+ @echo "--------------------------------------------------------------" >+ cd ${.CURDIR}; cvs -q update -P -d >+.else >+ @echo "Error: Please define either SUP_UPDATE or CVS_UPDATE first." >+.endif >+ > .include "${DOC_PREFIX}/share/mk/doc.subdir.mk" >--- src/etc/defaults/make.conf.orig Sun Dec 12 17:41:23 1999 >+++ src/etc/defaults/make.conf Sun Dec 12 17:42:11 1999 >@@ -185,6 +185,7 @@ > #SUPFILE= /usr/share/examples/cvsup/standard-supfile > #SUPFILE1= /usr/share/examples/cvsup/secure-supfile > #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile >+#DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile > # > # top(1) uses a hash table for the user names. The size of this hash > # can be tuned to match the number of local users. The table size should
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 15439
: 6982