[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] missing xversion.h



Am 16.05.2010, 11:37 Uhr, schrieb David Gálvez <dgalvez75@gmail.com>:

2010/5/15 Helmut Karlowski <helmut.karlowski@ish.de>:
When you are able to reproduce it, add a "set -x" at the top of xversion.sh
and tell me the output.


Here the output


david@juanito:~/CVS/freemint/helmut-enhancements/freemint/xaaes/src.km$
make CROSS=yes 060
/bin/sh xversion.sh
+ HFILE=xversion.h
+ N=xversion.h
+ [ about.c -nt xversion.h ]
+ [ adi.c -nt xversion.h ]
+ [ adiload.c -nt xversion.h ]
+ [ app_man.c -nt xversion.h ]

...


Thanks. Your shell is wrong.

Please enter:

#if [ <existing-file> -nt <not-existing-file> ]
then
echo ASDASD
fi

And say what it says.

And do the make again with

if [ $N -nt $HFILE -o ! -f $HFILE ]
then

in line 19 of xversion.sh

--
Helmut Karlowski