Skip to content

Commit

Permalink
Remove mfs mkfs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Oct 16, 2024
1 parent be5cb9c commit 72e6be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Make.image
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif

minixfs:
rm -f $(TARGET_FILE)
mfs $(VERBOSE) $(TARGET_FILE) mkfs $(MINIX_MKFSOPTS)
# mfs $(VERBOSE) $(TARGET_FILE) mkfs $(MINIX_MKFSOPTS)
# mfs -v $(VERBOSE) $(TARGET_FILE) addfs Image.all $(DESTDIR)
# rm -f Filelist
# for f in $$(cd $(DESTDIR); find * -name '*'); do \
Expand Down

0 comments on commit 72e6be7

Please sign in to comment.