socsvn commit: r236810 - soc2012/scher/par_ports/head

scher at FreeBSD.org scher at FreeBSD.org
Thu May 31 13:51:23 UTC 2012


Author: scher
Date: Thu May 31 13:51:20 2012
New Revision: 236810
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=236810

Log:
  [docs]
  

Modified:
  soc2012/scher/par_ports/head/README.txt
  soc2012/scher/par_ports/head/dev_env.mk

Modified: soc2012/scher/par_ports/head/README.txt
==============================================================================
--- soc2012/scher/par_ports/head/README.txt	Thu May 31 12:04:39 2012	(r236809)
+++ soc2012/scher/par_ports/head/README.txt	Thu May 31 13:51:20 2012	(r236810)
@@ -2,15 +2,25 @@
 make -f dev_env.mk list_env_info
 It will change nothing, but list some necessary environment variables
 
-The following files/directories are ignored:
-db/pkg/*
-db/ports/*
-tmp/*
-${WRKDIR}
+_parv_WANT_PARALLEL_BUILD - assign this variable any value to enable parralel instalation
+( e.g. make -D_parv_WANT_PARALLEL_BUILD install)
 
-All new lines of code will bew surrounded by the following comment lines:
+------------------------------------------------------
 
+All new lines of code will bew surrounded by the following comment lines:
 ############### PAR_PORTS SPECIFIC COMMENT LINE ############### 
 ############### THIS ENTRY IS FOR DEBUGGING PURPOSE  ###############
+############### Detailed comment if necessary
 some code here
-############### ENDF OF PAR_PORTS SPECIFIC COMMENT LINE  ###############
\ No newline at end of file
+############### END OF PAR_PORTS SPECIFIC COMMENT LINE  ###############
+
+Parallel specific output lines will be surrounded by the following, just to catch them from other output
+=================_PAR_PORTS_SPECIFIC_OUTPUT_==============
+==============_END_OF_PAR_PORTS_SPECIFIC_OUTPUT_==============
+
+------------------------------------------------------
+
+Almost all global parallel specific variables are prefixed with "_parv_". Naturally this will be ommited at the end of development.
+
+All parallel specific debugging variables are prefixed with "_dparv_".
+

Modified: soc2012/scher/par_ports/head/dev_env.mk
==============================================================================
--- soc2012/scher/par_ports/head/dev_env.mk	Thu May 31 12:04:39 2012	(r236809)
+++ soc2012/scher/par_ports/head/dev_env.mk	Thu May 31 13:51:20 2012	(r236810)
@@ -11,12 +11,12 @@
 list_env_info:
 	@echo "=== Configuring project environment"
 	@echo "=== The following variables are necassary for debugging of the 'Parallelization in the ports collection project'"
-	@echo "=== Add the following lines to your ~/.cshrc file"
+	@echo "=== Add the following lines to your ~/.cshrc and /.cshrc files"
 	@echo "${CSH_PREFIX_ENTRY}"
 	@echo "${CSH_PORTSDIR_ENTRY}"
 	@echo "${CSH_PKG_DBDIR_ENTRY}"
 	@echo "${CSH_PORT_DBDIR_ENTRY}"
-	@echo "=== Add the following lines to your ~/.shrc file"
+	@echo "=== Add the following lines to your ~/.shrc and /.shrc files"
 	@echo "${SH_PREFIX_ENTRY}"
 	@echo "${SH_PORTSDIR_ENTRY}"
 	@echo "${SH_PKG_DBDIR_ENTRY}"


More information about the svn-soc-all mailing list