Wolfgang,

On Saturday, 2016-08-13 16:19:26 +0200, you wrote:

> ...
> Please allow me to propose 2 more restrictions for MD files which could 
> be included into your wiki README.TXT:
> 
> - Any text in an MD file should be written using UTF-8 encoding (add to 
> C.3. By some reason some German, French, ...
>    text might be necessary e.g. as link text.)
> 
> - Restrict characters of new MD file names to ASCII character set (add 
> to C.4.)

Good idea!   I will  incorporate these  suggestions  into my  next major
change to "README.txt".  However this has to wait until after my upoming
vacation :-)

> ...
> In addition to this there could be a remark in the form "Use a make 
> version supporting the :: syntax".

In fact there are even  TWO remarks of this kind  in the "Prerequisites"
sections ("A.1" and "B.1").

BUT (and that's something I will also  add to these two sections): using
"simply expanded variables"  (defined via  the "::="  assignment) rather
than the normal "recursively expanded variables" (defined via the normal
"=" assignment)  in this makefile  is just a  matter of  efficiency: the
"::=" assignments will burn less CPU cycles but in the case at hand will
not produce different results in any way  ("::=" is the type of variable
assignment we are used from normal programming languages,  while "=" be-
haves more like a function definition).

Thus, if your  "make" version  can't handle "::="  and you can't find or
install another one, simply replace all occurances of "::=" in the make-
file with "=".

Sincerely,
  Rainer

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to