[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Minixfs pl11.



here are 2 small diffs for pl11, GNU make didn't like the $(TTP) thing
on fsck, (tried to build fsck.o...) and another little fix that got lost:

Index: fsck/makefile
@@ -20,10 +20,10 @@
 ../tinyxhdi.o: ../minixfs/tinyxhdi.c
 	$(CC) $(CFLAGS) -DTINY_XHDI -c ../minixfs/tinyxhdi.c -o ../tinyxhdi.o
 
-fsck$(TTP): $(OBJS)
+fsck: $(OBJS)
 	$(CC) $(CFLAGS) -s -o fsck$(TTP) $(OBJS) -liio16
 
-install$(TTP): fsck
+install: fsck
 	$(INSTALL) fsck$(TTP) $(UTILDIR)
 
 clean:
Index: minixfs/hdio.c
@@ -76,7 +76,7 @@
 "Unrecognised partition id",				/* 9 */
 "XHInqTarget failed",					/* 10 */
 "Unsupported physical sector size",			/* 11 */
-"Invalid partition start (zero BPB?)" 			/* 12 */
+"Invalid partition start (zero BPB?)", 			/* 12 */
 "ICD software too old to fix",				/* 13 */
 /* These are from set_lrecno */
 "Memory allocation failure",				/* 14 */

 and to all of you who still run everthing on GEMDOG, now is the best
time to change that... :)

 greetings
	Juergen
-- 
J"urgen Lock / nox@jelal.hb.north.de / UUCP: ..!uunet!unido!uniol!jelal!nox
								...ohne Gewehr
PGP public key fingerprint =  8A 18 58 54 03 7B FC 12  1F 8B 63 C7 19 27 CF DA