summaryrefslogtreecommitdiff
path: root/boot/Makefile
AgeCommit message (Collapse)Author
2012-04-08Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge
* Makeconf (lndist): Remove target. (dist-hook, dist.tar): New targets. * Makefile (dist): Rewrite this target's as well as accompanying rules. (%-lndist, cp-linked-files, $(lf-inst)): Remove targets. (%.bz2, %.gz, %/dist-hook): New targets. (DISTFILES): Set. * doc/Makefile (DISTFILES): Set. * doc/Makefile (lndist, lndist-info-targets): Remove targets. * include/Makefile (lndist): Remove target. * libthreads/Makefile (lndist, lndist-i386-files, lndist-map-file): Remove targets. * pfinet/Makefile (lndist, lndist-linux-src-net-core-files) (lndist-linux-src-net-ethernet-files, lndist-linux-src-net-ipv4-files) (lndist-linux-src-net-ipv6-files, lndist-linux-src-asm-files) (lndist-linux-src-include-linux-files, lndist-linux-src-include-net-files) (lndist-linux-src-include-asm-files, lndist-glue-include-linux-files) (lndist-glue-include-asm-files): Remove targets. * auth/Makefile (LCLHDRS): Don't set. * boot/Makefile (LCLHDRS, DIST_FILES): Likewise. * bsdfsck/Makefile (LCLHDRS): Likewise. * config/Makefile (DIST_FILES): Likewise. * console-client/Makefile (LCLHDRS): Likewise. * console/Makefile (LCLHDRS, DIST_FILES): Likewise. * doc/Makefile (DIST_FILES): Likewise. * exec/Makefile (LCLHDRS, DIST_FILES): Likewise. * ext2fs/Makefile (LCLHDRS): Likewise. * fatfs/Makefile (LCLHDRS): Likewise. * ftpfs/Makefile (LCLHDRS): Likewise. * hostmux/Makefile (LCLHDRS): Likewise. * hurd/Makefile (DIST_FILES): Likewise. * include/Makefile (LCLHDRS): Likewise. * isofs/Makefile (LCLHDRS, DIST_FILES): Likewise. * libcons/Makefile (LCLHDRS): Likewise. * libdirmgt/Makefile (LCLHDRS): Likewise. * libdiskfs/Makefile (LCLHDRS): Likewise. * libfshelp/Makefile (LCLHDRS): Likewise. * libftpconn/Makefile (LCLHDRS): Likewise. * libihash/Makefile (LCLHDRS): Likewise. * libiohelp/Makefile (LCLHDRS): Likewise. * libnetfs/Makefile (LCLHDRS): Likewise. * libpager/Makefile (LCLHDRS): Likewise. * libpipe/Makefile (LCLHDRS): Likewise. * libports/Makefile (LCLHDRS): Likewise. * libps/Makefile (LCLHDRS): Likewise. * libshouldbeinlibc/Makefile (LCLHDRS): Likewise. * libstore/Makefile (LCLHDRS, DIST_FILES): Likewise. * libthreads/Makefile (LCLHDRS): Likewise. * libtreefs/Makefile (LCLHDRS): Likewise. * libtrivfs/Makefile (LCLHDRS): Likewise. * mach-defpager/Makefile (LCLHDRS): Likewise. * nfs/Makefile (LCLHDRS): Likewise. * nfsd/Makefile (LCLHDRS): Likewise. * pfinet/Makefile (LCLHDRS): Likewise. * pflocal/Makefile (LCLHDRS): Likewise. * proc/Makefile (LCLHDRS, DIST_FILES): Likewise. * release/Makefile (DIST_FILES): Likewise. * storeio/Makefile (LCLHDRS): Likewise. * sutils/Makefile (LCLHDRS): Likewise. * term/Makefile (LCLHDRS, DIST_FILES): Likewise. * tmpfs/Makefile (LCLHDRS): Likewise. * ufs-fsck/Makefile (LCLHDRS): Likewise. * ufs/Makefile (LCLHDRS): Likewise. * usermux/Makefile (LCLHDRS): Likewise. * utils/Makefile (LCLHDRS): Likewise.
2001-08-172001-08-16 Roland McGrath <roland@frob.com>Roland McGrath
* 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-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (ourdevice.defs): Loosen up regexp since some whitespace in the file changed.
1997-06-21(HURDLIBS):Miles Bader
Include libstore & libshouldbeinlibc.
1996-09-17*** empty log message ***Thomas Bushnell
1996-08-13(device.defs): Rule removed.Miles Bader
(ourdevice.defs): Fix rule to work with Makeconf-generated device.defs.
1996-08-13*** empty log message ***Thomas Bushnell
1996-08-12*** empty log message ***Thomas Bushnell
1996-04-15(uxboot): Permit errors because people might not have the a.out-mach3Michael I. Bushnell
target installed, and that's OK for many users.
1996-04-15(uxboot.0): Find frank1.ld in #(srcdir).Michael I. Bushnell
1996-03-27(COMMON-OBJS): Remove tcattr.o.Miles Bader
(SRCS): Remove tcattr.c.
1996-03-14(boot): Depend on libthreads.so, nothing wrong with shared libs.Roland McGrath
(uxboot.0, uxboot.1): Use automatic vars in cmds instead of gratuitous redundancy. (LDFLAGS-uxboot.0): Remove useless indirection through variable.
1996-02-14(all): Depend on `boot' and `uxboot'.Miles Bader
(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.
1995-11-14(OBJS): Remove execServer.o.Roland McGrath
1995-09-23(LDFLAGS): Add -static.Roland McGrath
1995-08-23(SRCS): Add boot_script.c.Roland McGrath
(OBJS): Add boot_script.o. (LCLHDRS): New variable. (HURDLIBS): Variable removed. (boot): Depend on ../libthreads/libthreads.a.
1995-07-31DISTFILES -> DIST_FILES.Michael I. Bushnell
1995-07-07(OBJS): Add mach-crt0.o.Miles Bader
(SRCS): Add mach-crt0.c. (LDFLAGS): Add -nostartfiles (as we now use mach-crt0.o).
1995-07-07(boot.1, boot.a): Use $(LD) and $(OBJCOPY) instead of explicit names.Michael I. Bushnell
1995-07-07(all): Depend on boot.a too.Michael I. Bushnell
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-05-31(DISTFILES): New variable; include frank1.ld and frankemul.ld.Roland McGrath
(CPPFLAGS): Variable removed. (LDFLAGS): Append -T frank1.ld. (boot.1, boot.a): New targets.
1995-04-12Don't try and install boot.Miles Bader
1995-04-05(SRCS): Add syscall.S.Roland McGrath
(OBJS): Add syscall.o.
1994-11-03entered into RCSMichael I. Bushnell
1994-10-28Formerly Makefile.~33~Michael I. Bushnell
1994-08-22Formerly Makefile.~32~Michael I. Bushnell
1994-08-18Formerly Makefile.~31~Michael I. Bushnell
1994-07-23Formerly Makefile.~30~Roland McGrath
1994-07-22Formerly Makefile.~29~Michael I. Bushnell
1994-07-21Formerly Makefile.~28~Michael I. Bushnell
1994-07-20Formerly Makefile.~27~Michael I. Bushnell
1994-07-19Formerly Makefile.~26~Michael I. Bushnell
1994-07-05Formerly Makefile.~25~Michael I. Bushnell
1994-07-02Formerly Makefile.~24~Roland McGrath
1994-06-17Formerly Makefile.~23~Roland McGrath
1994-06-07Formerly Makefile.~21~Roland McGrath
1994-06-07Formerly Makefile.~20~Roland McGrath
1994-06-04Formerly Makefile.~19~Roland McGrath
1994-05-10Formerly Makefile.~18~Michael I. Bushnell
1994-05-06Formerly Makefile.~17~Michael I. Bushnell
1994-05-05Formerly Makefile.~16~Michael I. Bushnell
1994-05-05Formerly Makefile.~15~Michael I. Bushnell
1994-05-05Formerly Makefile.~14~Roland McGrath
1994-05-02Formerly Makefile.~13~Michael I. Bushnell
1994-04-21Formerly Makefile.~12~Michael I. Bushnell
1994-04-20Formerly Makefile.~11~Michael I. Bushnell
1994-04-07Formerly Makefile.~10~Michael I. Bushnell
1994-04-06Formerly Makefile.~9~Michael I. Bushnell
1994-04-01Formerly Makefile.~8~Roland McGrath