[m-rev.] for review: rename mercury_mcpp to mercury_dotnet

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Nov 14 01:53:08 AEDT 2003


On 13-Nov-2003, Peter Ross <pro at missioncriticalit.com> wrote:
> Index: runtime/Mmakefile
...
> +mercury_dotnet.cs : mercury_dotnet.cs.in
> +	(cd ..; ./config.status --file runtime/mercury_dotnet.cs)

s/;/&&/
Also, the parentheses here are not actually needed.

But even better would be to use the same rule as is used for other *.in
files (see scripts/Mmakefile, tools/Mmakefile, and bindist/Mmakefile):

mercury_dotnet.cs : mercury_dotnet.cs.in
        CONFIG_FILES=$@ CONFIG_HEADERS= $(MERCURY_DIR)/config.status
	# check to ensure there were no mispelt autoconf variable names
	if grep -n '[^$$]@.*@' $@; then false; else true; fi                    

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list