[m-rev.] trivial diff: boehm_gc/Makefile.direct: don't set MERCURY_C_INCL_DIR
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Jul 26 15:26:12 AEST 2002
Estimated hours taken: 0.1
Branches: main
Resynchronize boehm_gc/Makefile.direct with boehm_gc/Makefile.
boehm_gc/Makefile.direct:
Don't set MERCURY_C_INCL_DIR, since that environment variable
isn't used anymore.
Workspace: /home/mercury0/public/test_mercury/test_dirs/murlibobo/build.latest.gcc/mercury
Index: boehm_gc/Makefile.direct
===================================================================
RCS file: /home/mercury1/repository/mercury/boehm_gc/Makefile.direct,v
retrieving revision 1.3
diff -u -d -r1.3 Makefile.direct
--- boehm_gc/Makefile.direct 2002/07/26 05:16:01 1.3
+++ boehm_gc/Makefile.direct 2002/07/26 05:19:50
@@ -51,12 +51,7 @@
# CC=cc $(ABI_FLAG)
# Mercury-specific definition of CC.
-# Note that we need to use "env FOO=bar ..." here, rather than just
-# "FOO=bar ...", since $(CC) needs to be a program, not a shell script,
-# because it is invoked via if_not_there, and if_not_there.c uses execvp()
-# rather than system().
-# ("env" is a standard Unix program, which normally lives in /usr/bin).
-CC=env MERCURY_C_INCL_DIR=. ../scripts/mgnuc --grade $(GRADE) --no-ansi --no-check
+CC=../scripts/mgnuc --grade $(GRADE) --no-ansi --no-check --no-mercury-stdlib-dir
CXX=g++ $(ABI_FLAG)
# Needed only for "make c++", which adds the c++ interface
--
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