Re: [AD] New snapshots upped. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> "make depend" was broken for some platforms, including a bugreport...
I suppose the "bug" for makefile.bcc is caused by the two trailing 'g':
--- cvsroot/allegro/makefile.bcc Sun Mar 3 00:03:02 2002
+++ allegro/makefile.bcc Sun Mar 3 18:32:10 2002
@@ -501,7 +501,7 @@
depend:
gcc $(DEPEND_PARMS) demo/*.c docs/src/makedoc/*.c examples/*.c setup/*.c
tests/*.c > _depend.tmp
gcc $(DEPEND_PARMS) tests/win/*.c tools/*.c tools/win/*.c
tools/plugins/*.c >> _depend.tmp
- sed -e "s/\\/\//g" -e "s/\/$$/\\/" -e "s/^[a-zA-Z0-9_\/]*\///" -e "s/\.\// /g" _depend.tmp > _depend1.tmp
+ sed -e "s/\\/\//" -e "s/\/$$/\\/" -e "s/^[a-zA-Z0-9_\/]*\///" -e "s/ \.\///" _depend.tmp > _depend1.tmp
sed -e "s/asmdef\.o/asmdef\.exe/" _depend1.tmp > _depend.tmp
ifdef UNIX_TOOLS
sed -e "s/^\([a-zA-Z0-9_]*\)\.o:/obj\/bcc32\/alleg\/\1\.obj:/" _depend.tmp > obj/bcc32/alleg/makefile.dep
However this "bug" is already present in 3.9.32 WIP...
--
Eric Botcazou
ebotcazou@xxxxxxxxxx