Hi!

11-Апр-2004 12:21 [EMAIL PROTECTED] (Bart Oldeman) wrote to
[EMAIL PROTECTED]:

> RCS file: /cvsroot/freedos/kernel/kernel/makefile,v
> +entry.obj:   entry.asm   segs.inc $(HDR)stacksinc    $(TARGET).lnk
> +int2f.obj:   int2f.asm   segs.inc $(HDR)stacksinc    $(TARGET).lnk

     Bug: missed dot before "inc".

>  INITHEADERS=init-mod.h init-dat.h
> +HDRS=\
>      $(HDR)portab.h $(HDR)device.h $(HDR)mcb.h $(HDR)pcb.h \
> +INITHEADERS=$(HDRS) init-mod.h init-dat.h

     Forged to remove old INITHEADERS. Also, what bad in "$(HDR)*.h", why
enumerating .h files is better?

PS:
> +apisupt.obj: apisupt.asm segs.inc                    $(TARGET).lnk

     I already remove all dependencies from $(TARGET).lnk - just add *.obj
into $(RM) when making $(TARGET).lnk:

$(TARGET).lnk:  turboc.cfg makefile ..\mkfiles\generic.mak ..\mkfiles\$(COMPILER).mak
                -$(RM) *.lnk *.obj

PPS: trailing spaces wasn't removed. :(




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to