Skip to content

Commit

Permalink
Fix make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Oct 15, 2024
1 parent f92221d commit 03b6e9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions elks/tools/mtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,20 @@ include $(BASEDIR)/Makefile-rules

all: mtools-4.0.23/Makefile
make -C mtools-4.0.23
cp mtools-4.0.23/mattrib ../bin
cp mtools-4.0.23/mcopy ../bin
cp mtools-4.0.23/mdir ../bin
cp mtools-4.0.23/mformat ../bin
cp mtools-4.0.23/minfo ../bin
cp mtools-4.0.23/mmd ../bin
cp mtools-4.0.23/mshowfat ../bin
cp -p mtools-4.0.23/mattrib ../bin
cp -p mtools-4.0.23/mcopy ../bin
cp -p mtools-4.0.23/mdir ../bin
cp -p mtools-4.0.23/mformat ../bin
cp -p mtools-4.0.23/minfo ../bin
cp -p mtools-4.0.23/mmd ../bin
cp -p mtools-4.0.23/mshowfat ../bin

mtools-4.0.23/Makefile:
cd mtools-4.0.23; ./configure --disable-floppyd; cd ..

dokclean: doclean
dokclean:

doclean:

clean:
make -C mtools-4.0.23 clean
2 changes: 1 addition & 1 deletion elks/tools/mtools/mtools-4.0.23/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ dokclean:

clean:

xclean: mostlyclean
clean: mostlyclean
-rm -f mtools $(LINKS) floppyd floppyd_installtest mkmanifest *.info* *.dvi *.html 2>/dev/null


Expand Down

0 comments on commit 03b6e9c

Please sign in to comment.