Trivial diff: fix broken symlink in tools/bootcheck
Warwick Harvey
wharvey at cs.monash.edu.au
Tue Dec 1 10:52:38 AEDT 1998
Estimated hours taken: 0.25
tools/bootcheck:
If the -g / --copy-boehm-gc option was specified, symlink the
subdirectory "boehm_gc/include", rather than the non-existant
"boehm_gc/includes".
Index: tools/bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.59.2.1
diff -u -r1.59.2.1 bootcheck
--- bootcheck 1998/11/13 15:21:02 1.59.2.1
+++ bootcheck 1998/11/30 23:47:53
@@ -305,7 +305,7 @@
ln -s $root/boehm_gc/*.h .
ln -s $root/boehm_gc/*.c .
ln -s $root/boehm_gc/*.s .
- ln -s $root/boehm_gc/includes .
+ ln -s $root/boehm_gc/include .
cp $root/boehm_gc/Mmake* .
cp $root/boehm_gc/Makefile .
cd $root/stage2_sicstus
@@ -535,7 +535,7 @@
ln -s $root/boehm_gc/*.h .
ln -s $root/boehm_gc/*.c .
ln -s $root/boehm_gc/*.s .
- ln -s $root/boehm_gc/includes .
+ ln -s $root/boehm_gc/include .
cp $root/boehm_gc/Mmake* .
cp $root/boehm_gc/Makefile .
ln -s $root/boehm_gc/machdeps .
More information about the developers
mailing list