This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Parallel test broken


On Jan 19, 2006, at 12:40 PM, Paul Brook wrote:
gcc/Makefile.in contains:

 $(lang_checks): check-% : site.exp
       test -d $(TESTSUITEDIR) || mkdir $(TESTSUITEDIR)

If the portability god's declare mkdir -p to be portable enough, I prefer that...


At some point, we should just cease caring about such very old systems and move on... Maybe mkdir -p is _now_ portable enough to not worry about it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]