|
FYI: yacc8.test used a GNU make feature: msg#00010sysutils.automake.patches
I'm checking this in. Index: ChangeLog =================================================================== RCS file: /cvs/automake/automake/ChangeLog,v retrieving revision 1.1811 diff -u -r1.1811 ChangeLog --- ChangeLog 10 Apr 2002 16:20:57 -0000 1.1811 +++ ChangeLog 10 Apr 2002 16:35:52 -0000 @@ -1,5 +1,10 @@ 2002-04-10 Alexandre Duret-Lutz <duret_g@xxxxxxxx> + * tests/yacc8.test: Don't assume GNU make, run config.status + to regenerate the Makefile. + +2002-04-10 Alexandre Duret-Lutz <duret_g@xxxxxxxx> + * Makefile.am (maintainer-check): Make sure `$MAKE -e' is always followed by a SHELL setting. * tests/ansi3.test, tests/ansi5.test, tests/subobj3.test: Set Index: tests/yacc8.test =================================================================== RCS file: /cvs/automake/automake/tests/yacc8.test,v retrieving revision 1.3 diff -u -r1.3 yacc8.test --- tests/yacc8.test 21 Mar 2002 09:11:56 -0000 1.3 +++ tests/yacc8.test 10 Apr 2002 16:35:52 -0000 @@ -61,6 +61,8 @@ test -f ./ylwrap || exit 1 cd sub +# Regenerate Makefile (automatic in GNU Make, but not in other Makes) +./configure.status $MAKE foo/parse2.o test -f foo/parse2.c test -f foo/parse2.o -- Alexandre Duret-Lutz |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | FYI: $MAKE -e needs SHELL=/bin/sh: 00010, Alexandre Duret-Lutz |
|---|---|
| Next by Date: | branch-1-6: 00010, Alexandre Duret-Lutz |
| Previous by Thread: | FYI: $MAKE -e needs SHELL=/bin/shi: 00010, Alexandre Duret-Lutz |
| Next by Thread: | branch-1-6: 00010, Alexandre Duret-Lutz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |