#ref(): The style ref(filename,pagename) is ambiguous and become obsolete. Please try ref(pagename/filname)
#ref(): The style ref(filename,pagename) is ambiguous and become obsolete. Please try ref(pagename/filname)
ROOT_FILES = `cd root; ls LICENSE.* *.CFG *.IMG *.MSH` SVR_FILES = `cd root; ls SERVERS/*.BIN SERVERS/*.BN2 SERVERS/KEYBDMNG.* SERVERS/MOUSE.* SERVERS/OLDSHELL.*` APP_FILES = `cd root; ls APPS/BZCAT.*` LIB_FILES = `cd root; ls LIBS/MONA*.*` kernel: cp fat_template.img $(TARGET) ./fat_write $(TARGET) --mbr firstboot.bin ./fat_write $(TARGET) --mkdir SERVERS ./fat_write $(TARGET) --mkdir APPS ./fat_write $(TARGET) --mkdir LIBS @for file in $(ROOT_FILES) $(SVR_FILES) $(APP_FILES) $(LIB_FILES); \ do \ echo "Writing: "$$file"..."; ./fat_write $(TARGET) root/$$file $$file; \ done # @cd root; for dir in APPS/*.APP; \ # do \ # echo "Creating: "$$dir"..."; ../fat_write ../$(TARGET) --mkdir $$dir; \ # for file in $$dir/*.*; do echo "Writing: "$$file"..."; ../fat_write ../$(TARGET) $$file $$file; done; \ # done @echo "Done."
#ref(): File not found: "mona20041004.zip" at page "コミュニティ/log-2004"