aboutsummaryrefslogtreecommitdiff
path: root/boot/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2001-08-16 Roland McGrath <roland@frob.com>Roland McGrath2001-08-171-2/+3
| | | | | | | | | | * boot_script.h (boot_script_malloc, boot_script_free): Declare new functions that callers must define. * boot_script.c: All uses of malloc/free changed to use those instead. * userland-boot.c: New file. Defines them using malloc/free. * Makefile (SRCS, OBJS): Add it. * boot.c (boot_script_malloc, boot_script_free): Old cruft functions removed.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+2
| | | | | * Makefile (ourdevice.defs): Loosen up regexp since some whitespace in the file changed.
* (HURDLIBS):Miles Bader1997-06-211-2/+2
| | | | Include libstore & libshouldbeinlibc.
* *** empty log message ***Thomas Bushnell1996-09-171-1/+1
|
* (device.defs): Rule removed.Miles Bader1996-08-131-4/+1
| | | | (ourdevice.defs): Fix rule to work with Makeconf-generated device.defs.
* *** empty log message ***Thomas Bushnell1996-08-131-1/+4
|
* *** empty log message ***Thomas Bushnell1996-08-121-2/+2
|
* (uxboot): Permit errors because people might not have the a.out-mach3Michael I. Bushnell1996-04-151-1/+1
| | | | target installed, and that's OK for many users.
* (uxboot.0): Find frank1.ld in #(srcdir).Michael I. Bushnell1996-04-151-1/+1
|
* (COMMON-OBJS): Remove tcattr.o.Miles Bader1996-03-271-2/+2
| | | | (SRCS): Remove tcattr.c.
* (boot): Depend on libthreads.so, nothing wrong with shared libs.Roland McGrath1996-03-141-10/+7
| | | | | | (uxboot.0, uxboot.1): Use automatic vars in cmds instead of gratuitous redundancy. (LDFLAGS-uxboot.0): Remove useless indirection through variable.
* (all): Depend on `boot' and `uxboot'.Miles Bader1996-02-141-13/+20
| | | | | | | | | | (COMMON-OBJS, UX-OBJS): New macros. (OBJS): Inherit most names from $(COMMON-OBJS). (LCLHDRS): Add ux.h. (LDFLAGS): Use target-specific value. (uxboot.0-LDFLAGS): New macro (with contents from old LDFLAGS). (uxboot.o, uxboot.0): New targets. (uxboot): Target renamed from boot.a.
* (OBJS): Remove execServer.o.Roland McGrath1995-11-141-4/+4
|
* (LDFLAGS): Add -static.Roland McGrath1995-09-231-1/+1
|
* (SRCS): Add boot_script.c.Roland McGrath1995-08-231-3/+5
| | | | | | | (OBJS): Add boot_script.o. (LCLHDRS): New variable. (HURDLIBS): Variable removed. (boot): Depend on ../libthreads/libthreads.a.
* DISTFILES -> DIST_FILES.Michael I. Bushnell1995-07-311-1/+1
|
* (OBJS): Add mach-crt0.o.Miles Bader1995-07-071-4/+4
| | | | | (SRCS): Add mach-crt0.c. (LDFLAGS): Add -nostartfiles (as we now use mach-crt0.o).
* (boot.1, boot.a): Use $(LD) and $(OBJCOPY) instead of explicit names.Michael I. Bushnell1995-07-071-2/+2
|
* (all): Depend on boot.a too.Michael I. Bushnell1995-07-071-0/+2
|
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-3/+0
|
* (DISTFILES): New variable; include frank1.ld and frankemul.ld.Roland McGrath1995-05-311-1/+8
| | | | | | (CPPFLAGS): Variable removed. (LDFLAGS): Append -T frank1.ld. (boot.1, boot.a): New targets.
* Don't try and install boot.Miles Bader1995-04-121-4/+4
|
* (SRCS): Add syscall.S.Roland McGrath1995-04-051-3/+3
| | | | (OBJS): Add syscall.o.
* entered into RCSMichael I. Bushnell1994-11-031-1/+1
|
* Formerly Makefile.~33~Michael I. Bushnell1994-10-281-1/+1
|
* Formerly Makefile.~32~Michael I. Bushnell1994-08-221-0/+1
|
* Formerly Makefile.~31~Michael I. Bushnell1994-08-181-1/+3
|
* Formerly Makefile.~30~Roland McGrath1994-07-231-1/+1
|
* Formerly Makefile.~29~Michael I. Bushnell1994-07-221-3/+6
|
* Formerly Makefile.~28~Michael I. Bushnell1994-07-211-59/+8
|
* Formerly Makefile.~27~Michael I. Bushnell1994-07-201-7/+7
|
* Formerly Makefile.~26~Michael I. Bushnell1994-07-191-1/+1
|
* Formerly Makefile.~25~Michael I. Bushnell1994-07-051-0/+2
|
* Formerly Makefile.~24~Roland McGrath1994-07-021-2/+3
|
* Formerly Makefile.~23~Roland McGrath1994-06-171-1/+1
|
* Formerly Makefile.~21~Roland McGrath1994-06-071-1/+2
|
* Formerly Makefile.~20~Roland McGrath1994-06-071-1/+1
|
* Formerly Makefile.~19~Roland McGrath1994-06-041-2/+7
|
* Formerly Makefile.~18~Michael I. Bushnell1994-05-101-3/+9
|
* Formerly Makefile.~17~Michael I. Bushnell1994-05-061-1/+1
|
* Formerly Makefile.~16~Michael I. Bushnell1994-05-051-2/+2
|
* Formerly Makefile.~15~Michael I. Bushnell1994-05-051-5/+3
|
* Formerly Makefile.~14~Roland McGrath1994-05-051-5/+5
|
* Formerly Makefile.~13~Michael I. Bushnell1994-05-021-1/+1
|
* Formerly Makefile.~12~Michael I. Bushnell1994-04-211-3/+14
|
* Formerly Makefile.~11~Michael I. Bushnell1994-04-201-1/+4
|
* Formerly Makefile.~10~Michael I. Bushnell1994-04-071-0/+2
|
* Formerly Makefile.~9~Michael I. Bushnell1994-04-061-1/+1
|
* Formerly Makefile.~8~Roland McGrath1994-04-011-2/+1
|
* Formerly Makefile.~7~Michael I. Bushnell1994-03-161-2/+9
|