From 6b687da36f3ddcf2635349d95d9e07b889b731eb Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 16 Nov 2000 19:44:12 +0000 Subject: - fix bug of not actually writing down the `0' char to end filetable - use stat to compute file lengths - test NULL pointers directly on their value --- mdk-stage1/mar/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/mar/Makefile') diff --git a/mdk-stage1/mar/Makefile b/mdk-stage1/mar/Makefile index 91579aac1..6f87681f7 100644 --- a/mdk-stage1/mar/Makefile +++ b/mdk-stage1/mar/Makefile @@ -3,7 +3,8 @@ all: mar clean: rm -f *.o mar -FLAGS = -Wall -Werror -O1 -fomit-frame-pointer -c +FLAGS = -Wall -Werror -Os -fomit-frame-pointer -c + mar: mar-frontend.o mar-extract-only.o gcc -o mar mar-frontend.o mar-extract-only.o -lz @@ -12,4 +13,4 @@ mar-frontend.o: mar-frontend.c mar.h gcc $(FLAGS) mar-frontend.c mar-extract-only.o: mar-extract-only.c mar-extract-only.h mar.h - gcc $(FLAGS) mar-extract-only.c \ No newline at end of file + gcc $(FLAGS) mar-extract-only.c -- cgit v1.2.1