M.Canales.es wrote:
> El Viernes, 16 de Marzo de 2007 00:04, Dan Nicholson
escribió:
>
>> Seems like it would work.
>>
>
> I will play with and test both BREAKPOINT and that this
weekend.
>
Manuel
If you are going to add the breakpoint feature be aware
the following
code _does not_ work
ifeq ($(BREAKPOINT),$ )
abort/die/quit or whatever you desire
endif
It would be nice if it did but the $ does not work the way I
think it
should. If you replace $ with the actual target
label (example
028-binutils-pass1 ) the test will succeed.
..This does work..
if [ "$(BREAKPOINT) = "$ " ];
then
call code ;
fi;
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|