make rpms on mol-rsync fails ..

Samuel Rydh mol-general@lists.maconlinux.org
Sat, 9 Nov 2002 16:36:30 +0100


>On Sat, Nov 09, 2002 at 02:47:12PM +0100, Eddie Bindt wrote:
> Hi,
> 
> while startmol --osx still does not work on my iBook1, even with 
> 2.4.20-rc1, I tried to rsync again today.
> 
>  ./autogen.sh
>  ./configure
>  make
>  make libimport
> 
> all go fine ...
> 
> after this I do 
> 
>  make rpms 
>...
> make[2]: *** No rule to make target `bootx.h', needed by `distdir'.  Stop.
> make[1]: *** [distdir] Error 1
> make: *** [distdir] Error 1
> 
> make rpms seems to do a make clean; make dist
> make dist seems to do make distdir, which gives this answer ...
> 
> Anyone got this working or is this just a temporary bug ?

The bootx.h file is gone. I forgot to remove it from the dist
target though. Just remove bootx.h in src/booter/Makefile.am.

/Samuel