Bug#330773: module-assistant: doesn't work well under make

2005-09-29 Thread Massimo Dal Zotto
On Thu, Sep 29, 2005 at 10:20:28PM +0200, Eduard Bloch wrote: > #include > * Massimo Dal Zotto [Thu, Sep 29 2005, 10:11:19PM]: > > > - if I run module-assistant from a makefile all make commands called by > > it think they are running as submake and turn on automatically the -w > > option whi

Bug#330773: module-assistant: doesn't work well under make

2005-09-29 Thread Eduard Bloch
#include * Massimo Dal Zotto [Thu, Sep 29 2005, 10:11:19PM]: > - if I run module-assistant from a makefile all make commands called by > it think they are running as submake and turn on automatically the -w > option which prints the extra messages into buildstate files m-a does not handle of

Bug#330773: module-assistant: doesn't work well under make

2005-09-29 Thread Massimo Dal Zotto
On Thu, Sep 29, 2005 at 09:43:31PM +0200, Eduard Bloch wrote: > tags 330773 + moreinfo > thanks > > #include > * Massimo Dal Zotto [Thu, Sep 29 2005, 08:28:53PM]: > > $ make > > make[1]: Entering directory `/home/dz/src/modules/usr_src/modules/cdfs' > > ... > > make[1]: Leaving directory `/home/d

Bug#330773: module-assistant: doesn't work well under make

2005-09-29 Thread Eduard Bloch
tags 330773 + moreinfo thanks #include * Massimo Dal Zotto [Thu, Sep 29 2005, 08:28:53PM]: > $ make > make[1]: Entering directory `/home/dz/src/modules/usr_src/modules/cdfs' > ... > make[1]: Leaving directory `/home/dz/src/modules/usr_src/modules/cdfs' > Build time: 5 seconds > > $ cat ./var_cac

Bug#330773: module-assistant: doesn't work well under make

2005-09-29 Thread Massimo Dal Zotto
Package: module-assistant Version: 0.9.10 Severity: normal Module-assistant doesn't work well if run under make because it adds extra messages 'Entering/Leaving directory' generated by make into buildstate files: $ cat Makefile all: module-assistant -t -u ~/src/modules build cdfs $ make