From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <576bf9c09f9cb6e91e5b33e54e0ff39b@plan9.escet.urjc.es> To: 9fans@cse.psu.edu From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] silly change for 9/boot/mkboot (cfs) Date: Fri, 14 Feb 2003 13:13:32 +0100 Topicbox-Message-UUID: 5ed715ae-eacb-11e9-9e20-41e7f4b1d025 This command said $1 == cfs.root, which should probably be /386/bin/cfs or /$objtype/bin/cfs ../port/mkextract bootdir 0 $* | awk ' BEGIN { cfs = 0 } $1 == "/386/bin/cfs" { cfs = 1 } END { if(cfs) print "int (*cfs)(int) = cache;" else print "int (*cfs)(int) = 0;" } '