Hi, Something changed recently with the way the $OBJDIR/dist/ directory is built in shell builds. Previously all the header files were just symlinks, like this:
[bayou:~/moz/mi2/js/src] ls -l o64/dist/include/jsgc.h lrwxrwxrwx 1 njn njn 22 Aug 8 18:11 o64/dist/include/jsgc.h -> ../../../o64/../jsgc.h Now they are actual files, like this: [bayou:~/moz/mi2/js/src] ls -l d64/dist/include/jsgc.h -rw-r--r-- 1 njn njn 35010 Sep 12 21:05 d64/dist/include/jsgc.h I noticed this because I use recursive grep all the time to find stuff, and I'm now getting duplicate results from headers in $OBJDIR/dist/include/, which is annoying. Anyone know what might have caused this? I looked at the history of js/src/configure.in but it's hard to grok due to the IonMonkey merge. Nick _______________________________________________ dev-tech-js-engine-internals mailing list dev-tech-js-engine-internals@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals