From 2ab9f689f7a1938827f17a914af9751ff487fc96 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 28 Mar 2007 19:11:42 +0000 Subject: 2007-03-28 Thomas Schwinge * Makefile (fatfs.static): New target. --- fatfs/ChangeLog | 2 ++ fatfs/Makefile | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'fatfs') diff --git a/fatfs/ChangeLog b/fatfs/ChangeLog index 35874f73..ef878767 100644 --- a/fatfs/ChangeLog +++ b/fatfs/ChangeLog @@ -1,5 +1,7 @@ 2007-03-28 Thomas Schwinge + * Makefile (fatfs.static): New target. + * main.c (diskfs_readonly): Remove variable. (main): Set `diskfs_readonly' and `diskfs_hard_readonly' to one. diff --git a/fatfs/Makefile b/fatfs/Makefile index 7bdff95d..908df3d4 100644 --- a/fatfs/Makefile +++ b/fatfs/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 2003 Free Software Foundation +# Copyright (C) 1997, 2003, 2007 Free Software Foundation # Modified by Marcus Brinkmann, 2000-05-05 # # This program is free software; you can redistribute it and/or @@ -27,3 +27,5 @@ OBJS = $(SRCS:.c=.o) HURDLIBS = diskfs iohelp fshelp store pager ports threads ihash shouldbeinlibc include ../Makeconf + +fatfs.static: $(boot-store-types:%=../libstore/libstore_%.a) -- cgit v1.2.3