pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Mar 15 16:01:38 UTC 2023
Modified Files:
pkgsrc/doc/guide/files: submit.xml
Log Message:
Category makefiles say "SUBDIR+=", not "SUBDIRS+=".
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/doc/guide/files/submit.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/submit.xml
diff -u pkgsrc/doc/guide/files/submit.xml:1.38 pkgsrc/doc/guide/files/submit.xml:1.39
--- pkgsrc/doc/guide/files/submit.xml:1.38 Fri Feb 11 08:02:05 2022
+++ pkgsrc/doc/guide/files/submit.xml Wed Mar 15 16:01:38 2023
@@ -1,4 +1,4 @@
-<!-- $NetBSD: submit.xml,v 1.38 2022/02/11 08:02:05 nia Exp $ -->
+<!-- $NetBSD: submit.xml,v 1.39 2023/03/15 16:01:38 schmonz Exp $ -->
<chapter id="submit"> <?dbhtml filename="submit.html"?>
<title>Submitting and Committing</title>
@@ -148,7 +148,7 @@ you can check by running <quote>cvs stat
&uprompt; cvs status | less
&uprompt; cvs commit
&uprompt; cd ..
-&uprompt; vi Makefile # add SUBDIRS+=pkgname line
+&uprompt; vi Makefile # add SUBDIR+=pkgname line
&uprompt; cvs commit Makefile
&uprompt; cd pkgname
&uprompt; make CTYPE=Added commit-changes-entry
Home |
Main Index |
Thread Index |
Old Index